Html Css Color HEX #74446F Eminence

📋 copy color: '#74446F'

red 116 ◦ green 68 ◦ blue 111

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

Shades of Eminence #74446F

Tints of Eminence #74446F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.05%

 BLUE value IS 111 (43.75% from 255) = 37.63%

R = 39.32%
G = 23.05%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#74446F (or 0x74446F) is known color: Eminence. HEX triplet: 74, 44 and 6F. RGB value is (116,68,111). Sum of RGB (Red+Green+Blue) = 116+68+111=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #74446F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74446F is #8BBB90. Grayscale: #575757. Windows color (decimal): -9157521 or 7292020. OLE color: 7292020.

HSL color Cylindrical-coordinate representation of color #74446F: hue angle of 306.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74446F is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 68 111 -
CMYK 0 0.41 0.04 0.55
HSL 306.25º 0.26% 0.36% -
HSV(B) 306.25º 0.41% 0.45% -
XYZ 12.14 8.99 16.14 -
YUV 87.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 116 68 111 0 0.41 0.04 0.55 306.25 0.26 0.36
Hex 74 44 6F 0 29 4 37 132 1A 24
Octal 164 104 157 0 51 4 67 462 32 44
Binary 1110100 1000100 1101111 0 101001 100 110111 100110010 11010 100100

Color Harmonies of #74446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74446F

Black with #74446F

Text Example


Text Example

White with #74446F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,68,111); }

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

background-color css

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

 a { background-color: rgb(116,68,111); }

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

border-color css

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

 span { border-color: rgb(116,68,111); }

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