Html Css Color HEX #74457C Eminence

📋 copy color: '#74457C'

red 116 ◦ green 69 ◦ blue 124

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

Shades of Eminence #74457C

Tints of Eminence #74457C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.33%

 BLUE value IS 124 (48.83% from 255) = 40.13%

R = 37.54%
G = 22.33%
B = 40.13%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74457C (or 0x74457C) is known color: Eminence. HEX triplet: 74, 45 and 7C. RGB value is (116,69,124). Sum of RGB (Red+Green+Blue) = 116+69+124=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 124 - color contains mainly: blue. Hex color #74457C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74457C is #8BBA83. Grayscale: #595959. Windows color (decimal): -9157252 or 8144244. OLE color: 8144244.

HSL color Cylindrical-coordinate representation of color #74457C: hue angle of 291.27º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74457C is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 69 124 -
CMYK 0.06 0.44 0 0.51
HSL 291.27º 0.28% 0.38% -
HSV(B) 291.27º 0.44% 0.49% -
XYZ 12.97 9.42 20.2 -
YUV 89.32 147.57 147.03 -
System Red Green Blue C M Y K H S L
Decimal 116 69 124 0.06 0.44 0 0.51 291.27 0.28 0.38
Hex 74 45 7C 6 2C 0 33 123 1C 26
Octal 164 105 174 6 54 0 63 443 34 46
Binary 1110100 1000101 1111100 110 101100 0 110011 100100011 11100 100110

Color Harmonies of #74457C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74457C

Black with #74457C

Text Example


Text Example

White with #74457C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74457C; }

 p { color: rgb(116,69,124); }

 H1.HeaderClassName
 {
   color: #74457C;
 }
 .AnyTagClassName
 {
   color: #74457C;
 }
</style>

background-color css

<style>
 a { background-color: #74457C; }

 a { background-color: rgb(116,69,124); }

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

border-color css

<style>
 span { border-color: #74457C; }

 span { border-color: rgb(116,69,124); }

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