Html Css Color HEX #72327C Eminence

📋 copy color: '#72327C'

red 114 ◦ green 50 ◦ blue 124

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

Shades of Eminence #72327C

Tints of Eminence #72327C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.06%

R = 39.58%
G = 17.36%
B = 43.06%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72327C (or 0x72327C) is known color: Eminence. HEX triplet: 72, 32 and 7C. RGB value is (114,50,124). Sum of RGB (Red+Green+Blue) = 114+50+124=288 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.58% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 124 - color contains mainly: blue. Hex color #72327C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72327C is #8DCD83. Grayscale: #4D4D4D. Windows color (decimal): -9293188 or 8139378. OLE color: 8139378.

HSL color Cylindrical-coordinate representation of color #72327C: hue angle of 291.89º 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 #72327C is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 50 124 -
CMYK 0.08 0.60 0 0.51
HSL 291.89º 0.43% 0.34% -
HSV(B) 291.89º 0.6% 0.49% -
XYZ 11.72 7.31 19.86 -
YUV 77.57 154.2 153.98 -
System Red Green Blue C M Y K H S L
Decimal 114 50 124 0.08 0.60 0 0.51 291.89 0.43 0.34
Hex 72 32 7C 8 3C 0 33 124 2B 22
Octal 162 62 174 10 74 0 63 444 53 42
Binary 1110010 110010 1111100 1000 111100 0 110011 100100100 101011 100010

Color Harmonies of #72327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72327C

Black with #72327C

Text Example


Text Example

White with #72327C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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