#722462

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

Shades of Palatinate Purple #722462

Tints of Palatinate Purple #722462

Color information

#722462 (or 0x722462) is unknown color: approx Palatinate Purple. HEX triplet: 72, 24 and 62. RGB value is (114,36,98). Sum of RGB (Red+Green+Blue) = 114+36+98=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #722462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722462 is #8DDB9D. Grayscale: #424242. Windows color (decimal): -9296798 or 6431858. OLE color: 6431858.

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

Color convert

RGB1143698-
CMYK00.680.140.55
HSL312.31º52%29.41%-
HSV(B)312.31º68.42%44.71%-
XYZ9.775.7212.14-
YUV66.39145.84161.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.97%
GREEN value IS 36 (14.45% from 255) = 14.52%
BLUE value IS 98 (38.67% from 255) = 39.52%
R=45.97%
G=14.52%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114369800.680.140.55312.315229.41
Hex722462044E37138341d
Octal16244142010416674706435
Binary1110010100100110001001000100111011011110011100011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722462; }

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

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

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

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

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

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

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

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