#722463

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

Shades of Palatinate Purple #722463

Tints of Palatinate Purple #722463

Color information

#722463 (or 0x722463) is unknown color: approx Palatinate Purple. HEX triplet: 72, 24 and 63. RGB value is (114,36,99). Sum of RGB (Red+Green+Blue) = 114+36+99=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 114 - color contains mainly: red. Hex color #722463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722463 is #8DDB9C. Grayscale: #424242. Windows color (decimal): -9296797 or 6497394. OLE color: 6497394.

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

Color convert

RGB1143699-
CMYK00.680.130.55
HSL311.54º52%29.41%-
HSV(B)311.54º68.42%44.71%-
XYZ9.825.7412.39-
YUV66.5146.34161.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.78%
GREEN value IS 36 (14.45% from 255) = 14.46%
BLUE value IS 99 (39.06% from 255) = 39.76%
R=45.78%
G=14.46%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114369900.680.130.55311.545229.41
Hex722463044D37138341d
Octal16244143010415674706435
Binary1110010100100110001101000100110111011110011100011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722463; }

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

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

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

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

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

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

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

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