Html Css Color HEX #72317E Eminence

📋 copy color: '#72317E'

red 114 ◦ green 49 ◦ blue 126

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

Shades of Eminence #72317E

Tints of Eminence #72317E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 43.6%

R = 39.45%
G = 16.96%
B = 43.6%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72317E (or 0x72317E) is known color: Eminence. HEX triplet: 72, 31 and 7E. RGB value is (114,49,126). Sum of RGB (Red+Green+Blue) = 114+49+126=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 126 - color contains mainly: blue. Hex color #72317E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72317E is #8DCE81. Grayscale: #4C4C4C. Windows color (decimal): -9293442 or 8270194. OLE color: 8270194.

HSL color Cylindrical-coordinate representation of color #72317E: hue angle of 290.65º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #72317E is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 49 126 -
CMYK 0.10 0.61 0 0.51
HSL 290.65º 0.44% 0.34% -
HSV(B) 290.65º 0.61% 0.49% -
XYZ 11.8 7.28 20.52 -
YUV 77.21 155.53 154.24 -
System Red Green Blue C M Y K H S L
Decimal 114 49 126 0.10 0.61 0 0.51 290.65 0.44 0.34
Hex 72 31 7E A 3D 0 33 123 2C 22
Octal 162 61 176 12 75 0 63 443 54 42
Binary 1110010 110001 1111110 1010 111101 0 110011 100100011 101100 100010

Color Harmonies of #72317E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72317E

Black with #72317E

Text Example


Text Example

White with #72317E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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