#721363

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

Shades of Palatinate Purple #721363

Tints of Palatinate Purple #721363

Color information

#721363 (or 0x721363) is unknown color: approx Palatinate Purple. HEX triplet: 72, 13 and 63. RGB value is (114,19,99). Sum of RGB (Red+Green+Blue) = 114+19+99=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #721363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721363 is #8DEC9C. Grayscale: #383838. Windows color (decimal): -9301149 or 6493042. OLE color: 6493042.

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

Color convert

RGB1141999-
CMYK00.830.130.55
HSL309.47º71.43%26.08%-
HSV(B)309.47º83.33%44.71%-
XYZ9.424.9412.26-
YUV56.52151.97169-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.14%
GREEN value IS 19 (7.81% from 255) = 8.19%
BLUE value IS 99 (39.06% from 255) = 42.67%
R=49.14%
G=8.19%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114199900.830.130.55309.4771.4326.08
Hex721363053D37135471a
Octal162231430123156746510732
Binary1110010100111100011010100111101110111100110101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721363; }

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

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

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

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

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

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

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

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