Html Css Color HEX #72337D Eminence

📋 copy color: '#72337D'

red 114 ◦ green 51 ◦ blue 125

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

Shades of Eminence #72337D

Tints of Eminence #72337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.59%

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

R = 39.31%
G = 17.59%
B = 43.1%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72337D (or 0x72337D) is known color: Eminence. HEX triplet: 72, 33 and 7D. RGB value is (114,51,125). Sum of RGB (Red+Green+Blue) = 114+51+125=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 125 - color contains mainly: blue. Hex color #72337D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72337D is #8DCC82. Grayscale: #4E4E4E. Windows color (decimal): -9292931 or 8205170. OLE color: 8205170.

HSL color Cylindrical-coordinate representation of color #72337D: hue angle of 291.08º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72337D is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 51 125 -
CMYK 0.09 0.59 0 0.51
HSL 291.08º 0.42% 0.35% -
HSV(B) 291.08º 0.59% 0.49% -
XYZ 11.82 7.43 20.21 -
YUV 78.27 154.37 153.48 -
System Red Green Blue C M Y K H S L
Decimal 114 51 125 0.09 0.59 0 0.51 291.08 0.42 0.35
Hex 72 33 7D 9 3B 0 33 123 2A 23
Octal 162 63 175 11 73 0 63 443 52 43
Binary 1110010 110011 1111101 1001 111011 0 110011 100100011 101010 100011

Color Harmonies of #72337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72337D

Black with #72337D

Text Example


Text Example

White with #72337D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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