Html Css Color HEX #74437F Eminence

📋 copy color: '#74437F'

red 116 ◦ green 67 ◦ blue 127

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

Shades of Eminence #74437F

Tints of Eminence #74437F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.61%

 BLUE value IS 127 (50% from 255) = 40.97%

R = 37.42%
G = 21.61%
B = 40.97%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#74437F (or 0x74437F) is known color: Eminence. HEX triplet: 74, 43 and 7F. RGB value is (116,67,127). Sum of RGB (Red+Green+Blue) = 116+67+127=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 127 - color contains mainly: blue. Hex color #74437F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74437F is #8BBC80. Grayscale: #585858. Windows color (decimal): -9157761 or 8340340. OLE color: 8340340.

HSL color Cylindrical-coordinate representation of color #74437F: hue angle of 289º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74437F is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 67 127 -
CMYK 0.09 0.47 0 0.50
HSL 289º 0.31% 0.38% -
HSV(B) 289º 0.47% 0.5% -
XYZ 13.04 9.26 21.18 -
YUV 88.49 149.73 147.62 -
System Red Green Blue C M Y K H S L
Decimal 116 67 127 0.09 0.47 0 0.50 289 0.31 0.38
Hex 74 43 7F 9 2F 0 32 121 1F 26
Octal 164 103 177 11 57 0 62 441 37 46
Binary 1110100 1000011 1111111 1001 101111 0 110010 100100001 11111 100110

Color Harmonies of #74437F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74437F

Black with #74437F

Text Example


Text Example

White with #74437F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74437F; }

 p { color: rgb(116,67,127); }

 H1.HeaderClassName
 {
   color: #74437F;
 }
 .AnyTagClassName
 {
   color: #74437F;
 }
</style>

background-color css

<style>
 a { background-color: #74437F; }

 a { background-color: rgb(116,67,127); }

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

border-color css

<style>
 span { border-color: #74437F; }

 span { border-color: rgb(116,67,127); }

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