#722469

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

Shades of Palatinate Purple #722469

Tints of Palatinate Purple #722469

Color information

#722469 (or 0x722469) is unknown color: approx Palatinate Purple. HEX triplet: 72, 24 and 69. RGB value is (114,36,105). Sum of RGB (Red+Green+Blue) = 114+36+105=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #722469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722469 is #8DDB96. Grayscale: #424242. Windows color (decimal): -9296791 or 6890610. OLE color: 6890610.

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

Color convert

RGB11436105-
CMYK00.680.080.55
HSL306.92º52%29.41%-
HSV(B)306.92º68.42%44.71%-
XYZ10.125.8613.96-
YUV67.19149.34161.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.71%
GREEN value IS 36 (14.45% from 255) = 14.12%
BLUE value IS 105 (41.41% from 255) = 41.18%
R=44.71%
G=14.12%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143610500.680.080.55306.925229.41
Hex722469044837133341d
Octal16244151010410674636435
Binary1110010100100110100101000100100011011110011001111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722469; }

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

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

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

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

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

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

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

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