Html Css Color HEX #74457E Eminence

📋 copy color: '#74457E'

red 116 ◦ green 69 ◦ blue 126

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

Shades of Eminence #74457E

Tints of Eminence #74457E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.51%

R = 37.3%
G = 22.19%
B = 40.51%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74457E (or 0x74457E) is known color: Eminence. HEX triplet: 74, 45 and 7E. RGB value is (116,69,126). Sum of RGB (Red+Green+Blue) = 116+69+126=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 126 - color contains mainly: blue. Hex color #74457E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74457E is #8BBA81. Grayscale: #595959. Windows color (decimal): -9157250 or 8275316. OLE color: 8275316.

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

Color convert

RGB 116 69 126 -
CMYK 0.08 0.45 0 0.51
HSL 289.47º 0.29% 0.38% -
HSV(B) 289.47º 0.45% 0.49% -
XYZ 13.1 9.48 20.88 -
YUV 89.55 148.57 146.87 -
System Red Green Blue C M Y K H S L
Decimal 116 69 126 0.08 0.45 0 0.51 289.47 0.29 0.38
Hex 74 45 7E 8 2D 0 33 121 1D 26
Octal 164 105 176 10 55 0 63 441 35 46
Binary 1110100 1000101 1111110 1000 101101 0 110011 100100001 11101 100110

Color Harmonies of #74457E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74457E

Black with #74457E

Text Example


Text Example

White with #74457E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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