#722069

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

Shades of Palatinate Purple #722069

Tints of Palatinate Purple #722069

Color information

#722069 (or 0x722069) is unknown color: approx Palatinate Purple. HEX triplet: 72, 20 and 69. RGB value is (114,32,105). Sum of RGB (Red+Green+Blue) = 114+32+105=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #722069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722069 is #8DDF96. Grayscale: #404040. Windows color (decimal): -9297815 or 6889586. OLE color: 6889586.

HSL color Cylindrical-coordinate representation of color #722069: hue angle of 306.59º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #722069 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB11432105-
CMYK00.720.080.55
HSL306.59º56.16%28.63%-
HSV(B)306.59º71.93%44.71%-
XYZ10.015.6313.92-
YUV64.84150.67163.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.42%
GREEN value IS 32 (12.89% from 255) = 12.75%
BLUE value IS 105 (41.41% from 255) = 41.83%
R=45.42%
G=12.75%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143210500.720.080.55306.5956.1628.63
Hex722069048837133381d
Octal16240151011010674637035
Binary1110010100000110100101001000100011011110011001111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722069; }

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

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

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

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

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

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

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

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