Html Css Color HEX #72357E Eminence

📋 copy color: '#72357E'

red 114 ◦ green 53 ◦ blue 126

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

Shades of Eminence #72357E

Tints of Eminence #72357E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.09%

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

R = 38.91%
G = 18.09%
B = 43%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72357E (or 0x72357E) is known color: Eminence. HEX triplet: 72, 35 and 7E. RGB value is (114,53,126). Sum of RGB (Red+Green+Blue) = 114+53+126=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 126 - color contains mainly: blue. Hex color #72357E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72357E is #8DCA81. Grayscale: #4F4F4F. Windows color (decimal): -9292418 or 8271218. OLE color: 8271218.

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

Color convert

RGB 114 53 126 -
CMYK 0.10 0.58 0 0.51
HSL 290.14º 0.41% 0.35% -
HSV(B) 290.14º 0.58% 0.49% -
XYZ 11.98 7.63 20.58 -
YUV 79.56 154.21 152.56 -
System Red Green Blue C M Y K H S L
Decimal 114 53 126 0.10 0.58 0 0.51 290.14 0.41 0.35
Hex 72 35 7E A 3A 0 33 122 29 23
Octal 162 65 176 12 72 0 63 442 51 43
Binary 1110010 110101 1111110 1010 111010 0 110011 100100010 101001 100011

Color Harmonies of #72357E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72357E

Black with #72357E

Text Example


Text Example

White with #72357E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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