Html Css Color HEX #724478 Eminence

📋 copy color: '#724478'

red 114 ◦ green 68 ◦ blue 120

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

Shades of Eminence #724478

Tints of Eminence #724478

RGB

 RED value IS 114 (44.92% from 255) = 37.75%

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

 BLUE value IS 120 (47.27% from 255) = 39.74%

R = 37.75%
G = 22.52%
B = 39.74%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#724478 (or 0x724478) is known color: Eminence. HEX triplet: 72, 44 and 78. RGB value is (114,68,120). Sum of RGB (Red+Green+Blue) = 114+68+120=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 120 - color contains mainly: blue. Hex color #724478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724478 is #8DBB87. Grayscale: #575757. Windows color (decimal): -9288584 or 7881842. OLE color: 7881842.

HSL color Cylindrical-coordinate representation of color #724478: hue angle of 293.08º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #724478 is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 68 120 -
CMYK 0.05 0.43 0 0.53
HSL 293.08º 0.28% 0.37% -
HSV(B) 293.08º 0.43% 0.47% -
XYZ 12.4 9.07 18.87 -
YUV 87.68 146.24 146.77 -
System Red Green Blue C M Y K H S L
Decimal 114 68 120 0.05 0.43 0 0.53 293.08 0.28 0.37
Hex 72 44 78 5 2B 0 35 125 1C 25
Octal 162 104 170 5 53 0 65 445 34 45
Binary 1110010 1000100 1111000 101 101011 0 110101 100100101 11100 100101

Color Harmonies of #724478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724478

Black with #724478

Text Example


Text Example

White with #724478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724478; }

 p { color: rgb(114,68,120); }

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

background-color css

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

 a { background-color: rgb(114,68,120); }

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

border-color css

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

 span { border-color: rgb(114,68,120); }

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