#722163

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

Shades of Palatinate Purple #722163

Tints of Palatinate Purple #722163

Color information

#722163 (or 0x722163) is unknown color: approx Palatinate Purple. HEX triplet: 72, 21 and 63. RGB value is (114,33,99). Sum of RGB (Red+Green+Blue) = 114+33+99=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #722163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722163 is #8DDE9C. Grayscale: #404040. Windows color (decimal): -9297565 or 6496626. OLE color: 6496626.

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

Color convert

RGB1143399-
CMYK00.710.130.55
HSL311.11º55.1%28.82%-
HSV(B)311.11º71.05%44.71%-
XYZ9.745.5712.37-
YUV64.74147.34163.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.34%
GREEN value IS 33 (13.28% from 255) = 13.41%
BLUE value IS 99 (39.06% from 255) = 40.24%
R=46.34%
G=13.41%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114339900.710.130.55311.1155.128.82
Hex722163047D37137371d
Octal16241143010715674676735
Binary1110010100001110001101000111110111011110011011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722163; }

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

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

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

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

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

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

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

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