#722663

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

Shades of Palatinate Purple #722663

Tints of Palatinate Purple #722663

Color information

#722663 (or 0x722663) is unknown color: approx Palatinate Purple. HEX triplet: 72, 26 and 63. RGB value is (114,38,99). Sum of RGB (Red+Green+Blue) = 114+38+99=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 99 (39.06% from 255 or 39.44% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #722663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722663 is #8DD99C. Grayscale: #434343. Windows color (decimal): -9296285 or 6497906. OLE color: 6497906.

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

Color convert

RGB1143899-
CMYK00.670.130.55
HSL311.84º50%29.8%-
HSV(B)311.84º66.67%44.71%-
XYZ9.885.8612.42-
YUV67.68145.68161.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.42%
GREEN value IS 38 (15.23% from 255) = 15.14%
BLUE value IS 99 (39.06% from 255) = 39.44%
R=45.42%
G=15.14%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114389900.670.130.55311.845029.8
Hex722663043D37138321e
Octal16246143010315674706236
Binary1110010100110110001101000011110111011110011100011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722663; }

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

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

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

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

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

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

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

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