Html Css Color HEX #72437C Eminence

📋 copy color: '#72437C'

red 114 ◦ green 67 ◦ blue 124

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

Shades of Eminence #72437C

Tints of Eminence #72437C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.97%

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

R = 37.38%
G = 21.97%
B = 40.66%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72437C (or 0x72437C) is known color: Eminence. HEX triplet: 72, 43 and 7C. RGB value is (114,67,124). Sum of RGB (Red+Green+Blue) = 114+67+124=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 124 - color contains mainly: blue. Hex color #72437C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72437C is #8DBC83. Grayscale: #575757. Windows color (decimal): -9288836 or 8143730. OLE color: 8143730.

HSL color Cylindrical-coordinate representation of color #72437C: hue angle of 289.47º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72437C is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 67 124 -
CMYK 0.08 0.46 0 0.51
HSL 289.47º 0.3% 0.37% -
HSV(B) 289.47º 0.46% 0.49% -
XYZ 12.58 9.05 20.15 -
YUV 87.55 148.57 146.87 -
System Red Green Blue C M Y K H S L
Decimal 114 67 124 0.08 0.46 0 0.51 289.47 0.3 0.37
Hex 72 43 7C 8 2E 0 33 121 1E 25
Octal 162 103 174 10 56 0 63 441 36 45
Binary 1110010 1000011 1111100 1000 101110 0 110011 100100001 11110 100101

Color Harmonies of #72437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72437C

Black with #72437C

Text Example


Text Example

White with #72437C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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