#722464

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

Shades of Palatinate Purple #722464

Tints of Palatinate Purple #722464

Color information

#722464 (or 0x722464) is unknown color: approx Palatinate Purple. HEX triplet: 72, 24 and 64. RGB value is (114,36,100). Sum of RGB (Red+Green+Blue) = 114+36+100=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #722464 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722464 is #8DDB9B. Grayscale: #424242. Windows color (decimal): -9296796 or 6562930. OLE color: 6562930.

HSL color Cylindrical-coordinate representation of color #722464: hue angle of 310.77º 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 #722464 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB11436100-
CMYK00.680.120.55
HSL310.77º52%29.41%-
HSV(B)310.77º68.42%44.71%-
XYZ9.875.7612.65-
YUV66.62146.84161.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.6%
GREEN value IS 36 (14.45% from 255) = 14.4%
BLUE value IS 100 (39.45% from 255) = 40%
R=45.6%
G=14.4%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143610000.680.120.55310.775229.41
Hex722464044C37137341d
Octal16244144010414674676435
Binary1110010100100110010001000100110011011110011011111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722464; }

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

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

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

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

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

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

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

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