Html Css Color HEX #72496D Eminence

📋 copy color: '#72496D'

red 114 ◦ green 73 ◦ blue 109

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

Shades of Eminence #72496D

Tints of Eminence #72496D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.82%

R = 38.51%
G = 24.66%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#72496D (or 0x72496D) is known color: Eminence. HEX triplet: 72, 49 and 6D. RGB value is (114,73,109). Sum of RGB (Red+Green+Blue) = 114+73+109=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 114 - color contains mainly: red. Hex color #72496D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72496D is #8DB692. Grayscale: #595959. Windows color (decimal): -9287315 or 7162226. OLE color: 7162226.

HSL color Cylindrical-coordinate representation of color #72496D: hue angle of 307.32º 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 #72496D is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 73 109 -
CMYK 0 0.36 0.04 0.55
HSL 307.32º 0.22% 0.37% -
HSV(B) 307.32º 0.36% 0.45% -
XYZ 12.08 9.45 15.65 -
YUV 89.36 139.08 145.57 -
System Red Green Blue C M Y K H S L
Decimal 114 73 109 0 0.36 0.04 0.55 307.32 0.22 0.37
Hex 72 49 6D 0 24 4 37 133 16 25
Octal 162 111 155 0 44 4 67 463 26 45
Binary 1110010 1001001 1101101 0 100100 100 110111 100110011 10110 100101

Color Harmonies of #72496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72496D

Black with #72496D

Text Example


Text Example

White with #72496D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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