Html Css Color HEX #72496F Eminence

📋 copy color: '#72496F'

red 114 ◦ green 73 ◦ blue 111

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

Shades of Eminence #72496F

Tints of Eminence #72496F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.5%

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

R = 38.26%
G = 24.5%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#72496F (or 0x72496F) is known color: Eminence. HEX triplet: 72, 49 and 6F. RGB value is (114,73,111). Sum of RGB (Red+Green+Blue) = 114+73+111=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 114 - color contains mainly: red. Hex color #72496F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72496F is #8DB690. Grayscale: #595959. Windows color (decimal): -9287313 or 7293298. OLE color: 7293298.

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

Color convert

RGB 114 73 111 -
CMYK 0 0.36 0.03 0.55
HSL 304.39º 0.22% 0.37% -
HSV(B) 304.39º 0.36% 0.45% -
XYZ 12.19 9.49 16.23 -
YUV 89.59 140.08 145.41 -
System Red Green Blue C M Y K H S L
Decimal 114 73 111 0 0.36 0.03 0.55 304.39 0.22 0.37
Hex 72 49 6F 0 24 3 37 130 16 25
Octal 162 111 157 0 44 3 67 460 26 45
Binary 1110010 1001001 1101111 0 100100 11 110111 100110000 10110 100101

Color Harmonies of #72496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72496F

Black with #72496F

Text Example


Text Example

White with #72496F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,73,111); }

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

background-color css

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

 a { background-color: rgb(114,73,111); }

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

border-color css

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

 span { border-color: rgb(114,73,111); }

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