Html Css Color HEX #72317C Eminence

📋 copy color: '#72317C'

red 114 ◦ green 49 ◦ blue 124

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

Shades of Eminence #72317C

Tints of Eminence #72317C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.07%

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

R = 39.72%
G = 17.07%
B = 43.21%

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

#72317C (or 0x72317C) is known color: Eminence. HEX triplet: 72, 31 and 7C. RGB value is (114,49,124). Sum of RGB (Red+Green+Blue) = 114+49+124=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #72317C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72317C is #8DCE83. Grayscale: #4C4C4C. Windows color (decimal): -9293444 or 8139122. OLE color: 8139122.

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

Color convert

RGB 114 49 124 -
CMYK 0.08 0.60 0 0.51
HSL 292º 0.43% 0.34% -
HSV(B) 292º 0.6% 0.49% -
XYZ 11.68 7.23 19.85 -
YUV 76.99 154.53 154.4 -
System Red Green Blue C M Y K H S L
Decimal 114 49 124 0.08 0.60 0 0.51 292 0.43 0.34
Hex 72 31 7C 8 3C 0 33 124 2B 22
Octal 162 61 174 10 74 0 63 444 53 42
Binary 1110010 110001 1111100 1000 111100 0 110011 100100100 101011 100010

Color Harmonies of #72317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72317C

Black with #72317C

Text Example


Text Example

White with #72317C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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