#720E62

Color #720E62 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #720E62

Tints of Palatinate Purple #720E62

Color information

#720E62 (or 0x720E62) is unknown color: approx Palatinate Purple. HEX triplet: 72, 0E and 62. RGB value is (114,14,98). Sum of RGB (Red+Green+Blue) = 114+14+98=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 14 (5.86% from 255 or 6.19% from 226); Blue value is 98 (38.67% from 255 or 43.36% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #720E62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720E62 is #8DF19D. Grayscale: #353535. Windows color (decimal): -9302430 or 6426226. OLE color: 6426226.

HSL color Cylindrical-coordinate representation of color #720E62: hue angle of 309.6º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #720E62 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB1141498-
CMYK00.880.140.55
HSL309.6º78.12%25.1%-
HSV(B)309.6º87.72%44.71%-
XYZ9.34.7711.99-
YUV53.48153.13171.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.44%
GREEN value IS 14 (5.86% from 255) = 6.19%
BLUE value IS 98 (38.67% from 255) = 43.36%
R=50.44%
G=6.19%
B=43.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114149800.880.140.55309.678.1225.1
Hex72E62058E371364e19
Octal162161420130166746611631
Binary111001011101100010010110001110110111100110110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720E62; }

 p { color: rgb(114,14,98); }

 H1.HeaderClassName
 {
   color: #720E62;
 }
 .AnyTagClassName
 {
   color: #720E62;
 }
</style>
background-color css

<style>
 a { background-color: #720E62; }

 a { background-color: rgb(114,14,98); }

 div.DivClassName
 {
   background-color: #720E62;
 }
 .BgClassName
 {
   background-color: #720E62;
 }
</style>
border-color css

<style>
 span { border-color: #720E62; }

 span { border-color: rgb(114,14,98); }

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