Html Css Color HEX #72476F Eminence

📋 copy color: '#72476F'

red 114 ◦ green 71 ◦ blue 111

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

Shades of Eminence #72476F

Tints of Eminence #72476F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.99%

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

R = 38.51%
G = 23.99%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#72476F (or 0x72476F) is known color: Eminence. HEX triplet: 72, 47 and 6F. RGB value is (114,71,111). Sum of RGB (Red+Green+Blue) = 114+71+111=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 114 - color contains mainly: red. Hex color #72476F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72476F is #8DB890. Grayscale: #585858. Windows color (decimal): -9287825 or 7292786. OLE color: 7292786.

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

Color convert

RGB 114 71 111 -
CMYK 0 0.38 0.03 0.55
HSL 304.19º 0.23% 0.36% -
HSV(B) 304.19º 0.38% 0.45% -
XYZ 12.06 9.23 16.19 -
YUV 88.42 140.75 146.25 -
System Red Green Blue C M Y K H S L
Decimal 114 71 111 0 0.38 0.03 0.55 304.19 0.23 0.36
Hex 72 47 6F 0 26 3 37 130 17 24
Octal 162 107 157 0 46 3 67 460 27 44
Binary 1110010 1000111 1101111 0 100110 11 110111 100110000 10111 100100

Color Harmonies of #72476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72476F

Black with #72476F

Text Example


Text Example

White with #72476F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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