Html Css Color HEX #74416E Eminence

📋 copy color: '#74416E'

red 116 ◦ green 65 ◦ blue 110

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

Shades of Eminence #74416E

Tints of Eminence #74416E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.34%

 BLUE value IS 110 (43.36% from 255) = 37.8%

R = 39.86%
G = 22.34%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#74416E (or 0x74416E) is known color: Eminence. HEX triplet: 74, 41 and 6E. RGB value is (116,65,110). Sum of RGB (Red+Green+Blue) = 116+65+110=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 116 - color contains mainly: red. Hex color #74416E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74416E is #8BBE91. Grayscale: #555555. Windows color (decimal): -9158290 or 7225716. OLE color: 7225716.

HSL color Cylindrical-coordinate representation of color #74416E: hue angle of 307.06º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74416E is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 65 110 -
CMYK 0 0.44 0.05 0.55
HSL 307.06º 0.28% 0.35% -
HSV(B) 307.06º 0.44% 0.45% -
XYZ 11.91 8.62 15.79 -
YUV 85.38 141.9 149.84 -
System Red Green Blue C M Y K H S L
Decimal 116 65 110 0 0.44 0.05 0.55 307.06 0.28 0.35
Hex 74 41 6E 0 2C 5 37 133 1C 23
Octal 164 101 156 0 54 5 67 463 34 43
Binary 1110100 1000001 1101110 0 101100 101 110111 100110011 11100 100011

Color Harmonies of #74416E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74416E

Black with #74416E

Text Example


Text Example

White with #74416E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,65,110); }

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

background-color css

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

 a { background-color: rgb(116,65,110); }

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

border-color css

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

 span { border-color: rgb(116,65,110); }

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