Html Css Color HEX #72327D Eminence

📋 copy color: '#72327D'

red 114 ◦ green 50 ◦ blue 125

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

Shades of Eminence #72327D

Tints of Eminence #72327D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.3%

 BLUE value IS 125 (49.22% from 255) = 43.25%

R = 39.45%
G = 17.3%
B = 43.25%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72327D (or 0x72327D) is known color: Eminence. HEX triplet: 72, 32 and 7D. RGB value is (114,50,125). Sum of RGB (Red+Green+Blue) = 114+50+125=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 125 - color contains mainly: blue. Hex color #72327D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72327D is #8DCD82. Grayscale: #4D4D4D. Windows color (decimal): -9293187 or 8204914. OLE color: 8204914.

HSL color Cylindrical-coordinate representation of color #72327D: hue angle of 291.2º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72327D is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 50 125 -
CMYK 0.09 0.60 0 0.51
HSL 291.2º 0.43% 0.34% -
HSV(B) 291.2º 0.6% 0.49% -
XYZ 11.78 7.34 20.2 -
YUV 77.69 154.7 153.9 -
System Red Green Blue C M Y K H S L
Decimal 114 50 125 0.09 0.60 0 0.51 291.2 0.43 0.34
Hex 72 32 7D 9 3C 0 33 123 2B 22
Octal 162 62 175 11 74 0 63 443 53 42
Binary 1110010 110010 1111101 1001 111100 0 110011 100100011 101011 100010

Color Harmonies of #72327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72327D

Black with #72327D

Text Example


Text Example

White with #72327D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,50,125); }

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

background-color css

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

 a { background-color: rgb(114,50,125); }

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

border-color css

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

 span { border-color: rgb(114,50,125); }

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