#722362

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

Shades of Palatinate Purple #722362

Tints of Palatinate Purple #722362

Color information

#722362 (or 0x722362) is unknown color: approx Palatinate Purple. HEX triplet: 72, 23 and 62. RGB value is (114,35,98). Sum of RGB (Red+Green+Blue) = 114+35+98=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #722362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722362 is #8DDC9D. Grayscale: #414141. Windows color (decimal): -9297054 or 6431602. OLE color: 6431602.

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

Color convert

RGB1143598-
CMYK00.690.140.55
HSL312.15º53.02%29.22%-
HSV(B)312.15º69.3%44.71%-
XYZ9.755.6612.13-
YUV65.8146.17162.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.15%
GREEN value IS 35 (14.06% from 255) = 14.17%
BLUE value IS 98 (38.67% from 255) = 39.68%
R=46.15%
G=14.17%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114359800.690.140.55312.1553.0229.22
Hex722362045E37138351d
Octal16243142010516674706535
Binary1110010100011110001001000101111011011110011100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722362; }

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

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

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

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

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

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

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

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