#720f62

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

Shades of Palatinate Purple #720F62

Tints of Palatinate Purple #720F62

Color information

#720F62 (or 0x720F62) is unknown color: approx Palatinate Purple. HEX triplet: 72, 0F and 62. RGB value is (114,15,98). Sum of RGB (Red+Green+Blue) = 114+15+98=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #720F62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720F62 is #8DF09D. Grayscale: #353535. Windows color (decimal): -9302174 or 6426482. OLE color: 6426482.

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

Color convert

RGB1141598-
CMYK00.870.140.55
HSL309.7º76.74%25.29%-
HSV(B)309.7º86.84%44.71%-
XYZ9.314.811.99-
YUV54.06152.8170.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.22%
GREEN value IS 15 (6.25% from 255) = 6.61%
BLUE value IS 98 (38.67% from 255) = 43.17%
R=50.22%
G=6.61%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114159800.870.140.55309.776.7425.29
Hex72F62057E371364d19
Octal162171420127166746611531
Binary111001011111100010010101111110110111100110110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720f62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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