#720F69

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

Shades of Palatinate Purple #720F69

Tints of Palatinate Purple #720F69

Color information

#720F69 (or 0x720F69) is unknown color: approx Palatinate Purple. HEX triplet: 72, 0F and 69. RGB value is (114,15,105). Sum of RGB (Red+Green+Blue) = 114+15+105=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #720F69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720F69 is #8DF096. Grayscale: #363636. Windows color (decimal): -9302167 or 6885234. OLE color: 6885234.

HSL color Cylindrical-coordinate representation of color #720F69: hue angle of 305.45º 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 #720F69 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB11415105-
CMYK00.870.080.55
HSL305.45º76.74%25.29%-
HSV(B)305.45º86.84%44.71%-
XYZ9.664.9413.81-
YUV54.86156.3170.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.72%
GREEN value IS 15 (6.25% from 255) = 6.41%
BLUE value IS 105 (41.41% from 255) = 44.87%
R=48.72%
G=6.41%
B=44.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141510500.870.080.55305.4576.7425.29
Hex72F690578371314d19
Octal162171510127106746111531
Binary111001011111101001010101111000110111100110001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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