#722963

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

Shades of Palatinate Purple #722963

Tints of Palatinate Purple #722963

Color information

#722963 (or 0x722963) is unknown color: approx Palatinate Purple. HEX triplet: 72, 29 and 63. RGB value is (114,41,99). Sum of RGB (Red+Green+Blue) = 114+41+99=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #722963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722963 is #8DD69C. Grayscale: #454545. Windows color (decimal): -9295517 or 6498674. OLE color: 6498674.

HSL color Cylindrical-coordinate representation of color #722963: hue angle of 312.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #722963 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB1144199-
CMYK00.640.130.55
HSL312.33º47.1%30.39%-
HSV(B)312.33º64.04%44.71%-
XYZ9.986.0612.45-
YUV69.44144.68159.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.88%
GREEN value IS 41 (16.41% from 255) = 16.14%
BLUE value IS 99 (39.06% from 255) = 38.98%
R=44.88%
G=16.14%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114419900.640.130.55312.3347.130.39
Hex722963040D371382f1e
Octal16251143010015674705736
Binary1110010101001110001101000000110111011110011100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722963; }

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

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

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

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

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

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

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

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