Html Css Color HEX #744EAE Studio

📋 copy color: '#744EAE'

red 116 ◦ green 78 ◦ blue 174

#744EAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #744EAE

Tints of Studio #744EAE

RGB

 RED value IS 116 (45.7% from 255) = 31.52%

 GREEN value IS 78 (30.86% from 255) = 21.2%

 BLUE value IS 174 (68.36% from 255) = 47.28%

R = 31.52%
G = 21.2%
B = 47.28%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#744EAE (or 0x744EAE) is known color: Studio. HEX triplet: 74, 4E and AE. RGB value is (116,78,174). Sum of RGB (Red+Green+Blue) = 116+78+174=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #744EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744EAE is #8BB151. Grayscale: #636363. Windows color (decimal): -9154898 or 11423348. OLE color: 11423348.

HSL color Cylindrical-coordinate representation of color #744EAE: hue angle of 263.75º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #744EAE is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 78 174 -
CMYK 0.33 0.55 0 0.32
HSL 263.75º 0.38% 0.49% -
HSV(B) 263.75º 0.55% 0.68% -
XYZ 17.57 12.22 41.48 -
YUV 100.31 169.59 139.19 -
System Red Green Blue C M Y K H S L
Decimal 116 78 174 0.33 0.55 0 0.32 263.75 0.38 0.49
Hex 74 4E AE 21 37 0 20 108 26 31
Octal 164 116 256 41 67 0 40 410 46 61
Binary 1110100 1001110 10101110 100001 110111 0 100000 100001000 100110 110001

Color Harmonies of #744EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744EAE

Black with #744EAE

Text Example


Text Example

White with #744EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744EAE; }

 p { color: rgb(116,78,174); }

 H1.HeaderClassName
 {
   color: #744EAE;
 }
 .AnyTagClassName
 {
   color: #744EAE;
 }
</style>

background-color css

<style>
 a { background-color: #744EAE; }

 a { background-color: rgb(116,78,174); }

 div.DivClassName
 {
   background-color: #744EAE;
 }
 .BgClassName
 {
   background-color: #744EAE;
 }
</style>

border-color css

<style>
 span { border-color: #744EAE; }

 span { border-color: rgb(116,78,174); }

 td.TdClassName
 {
   border-color: #744EAE;
 }
 .TagClassName
 {
   border-color: #744EAE;
 }
</style>