#722363

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

Shades of Palatinate Purple #722363

Tints of Palatinate Purple #722363

Color information

#722363 (or 0x722363) is unknown color: approx Palatinate Purple. HEX triplet: 72, 23 and 63. RGB value is (114,35,99). Sum of RGB (Red+Green+Blue) = 114+35+99=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #722363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722363 is #8DDC9C. Grayscale: #414141. Windows color (decimal): -9297053 or 6497138. OLE color: 6497138.

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

Color convert

RGB1143599-
CMYK00.690.130.55
HSL311.39º53.02%29.22%-
HSV(B)311.39º69.3%44.71%-
XYZ9.795.6812.38-
YUV65.92146.67162.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.97%
GREEN value IS 35 (14.06% from 255) = 14.11%
BLUE value IS 99 (39.06% from 255) = 39.92%
R=45.97%
G=14.11%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114359900.690.130.55311.3953.0229.22
Hex722363045D37137351d
Octal16243143010515674676535
Binary1110010100011110001101000101110111011110011011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722363; }

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

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

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

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

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

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

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

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