Html Css Color HEX #72377D Eminence

📋 copy color: '#72377D'

red 114 ◦ green 55 ◦ blue 125

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

Shades of Eminence #72377D

Tints of Eminence #72377D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.71%

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

R = 38.78%
G = 18.71%
B = 42.52%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72377D (or 0x72377D) is known color: Eminence. HEX triplet: 72, 37 and 7D. RGB value is (114,55,125). Sum of RGB (Red+Green+Blue) = 114+55+125=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 125 - color contains mainly: blue. Hex color #72377D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72377D is #8DC882. Grayscale: #505050. Windows color (decimal): -9291907 or 8206194. OLE color: 8206194.

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

Color convert

RGB 114 55 125 -
CMYK 0.09 0.56 0 0.51
HSL 290.57º 0.39% 0.35% -
HSV(B) 290.57º 0.56% 0.49% -
XYZ 12.01 7.79 20.27 -
YUV 80.62 153.05 151.81 -
System Red Green Blue C M Y K H S L
Decimal 114 55 125 0.09 0.56 0 0.51 290.57 0.39 0.35
Hex 72 37 7D 9 38 0 33 123 27 23
Octal 162 67 175 11 70 0 63 443 47 43
Binary 1110010 110111 1111101 1001 111000 0 110011 100100011 100111 100011

Color Harmonies of #72377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72377D

Black with #72377D

Text Example


Text Example

White with #72377D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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