Html Css Color HEX #72317D Eminence

📋 copy color: '#72317D'

red 114 ◦ green 49 ◦ blue 125

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

Shades of Eminence #72317D

Tints of Eminence #72317D

RGB

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

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

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

R = 39.58%
G = 17.01%
B = 43.4%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72317D (or 0x72317D) is known color: Eminence. HEX triplet: 72, 31 and 7D. RGB value is (114,49,125). Sum of RGB (Red+Green+Blue) = 114+49+125=288 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.58% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 125 - color contains mainly: blue. Hex color #72317D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72317D is #8DCE82. Grayscale: #4C4C4C. Windows color (decimal): -9293443 or 8204658. OLE color: 8204658.

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

Color convert

RGB 114 49 125 -
CMYK 0.09 0.61 0 0.51
HSL 291.32º 0.44% 0.34% -
HSV(B) 291.32º 0.61% 0.49% -
XYZ 11.74 7.25 20.18 -
YUV 77.1 155.03 154.32 -
System Red Green Blue C M Y K H S L
Decimal 114 49 125 0.09 0.61 0 0.51 291.32 0.44 0.34
Hex 72 31 7D 9 3D 0 33 123 2C 22
Octal 162 61 175 11 75 0 63 443 54 42
Binary 1110010 110001 1111101 1001 111101 0 110011 100100011 101100 100010

Color Harmonies of #72317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72317D

Black with #72317D

Text Example


Text Example

White with #72317D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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