#720E67

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

Shades of Palatinate Purple #720E67

Tints of Palatinate Purple #720E67

Color information

#720E67 (or 0x720E67) is unknown color: approx Palatinate Purple. HEX triplet: 72, 0E and 67. RGB value is (114,14,103). Sum of RGB (Red+Green+Blue) = 114+14+103=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #720E67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720E67 is #8DF198. Grayscale: #353535. Windows color (decimal): -9302425 or 6753906. OLE color: 6753906.

HSL color Cylindrical-coordinate representation of color #720E67: hue angle of 306.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 #720E67 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB11414103-
CMYK00.880.100.55
HSL306.6º78.12%25.1%-
HSV(B)306.6º87.72%44.71%-
XYZ9.544.8713.27-
YUV54.05155.63170.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.35%
GREEN value IS 14 (5.86% from 255) = 6.06%
BLUE value IS 103 (40.62% from 255) = 44.59%
R=49.35%
G=6.06%
B=44.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141410300.880.100.55306.678.1225.1
Hex72E67058A371334e19
Octal162161470130126746311631
Binary111001011101100111010110001010110111100110011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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