#721356

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

Shades of Palatinate Purple #721356

Tints of Palatinate Purple #721356

Color information

#721356 (or 0x721356) is unknown color: approx Palatinate Purple. HEX triplet: 72, 13 and 56. RGB value is (114,19,86). Sum of RGB (Red+Green+Blue) = 114+19+86=219 (29% of max value = 765). Red value is 114 (44.92% from 255 or 52.05% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 86 (33.98% from 255 or 39.27% from 219); Max value from RGB is 114 - color contains mainly: red. Hex color #721356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721356 is #8DECA9. Grayscale: #363636. Windows color (decimal): -9301162 or 5641074. OLE color: 5641074.

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

Color convert

RGB1141986-
CMYK00.830.250.55
HSL317.68º71.43%26.08%-
HSV(B)317.68º83.33%44.71%-
XYZ8.854.729.25-
YUV55.04145.47170.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.05%
GREEN value IS 19 (7.81% from 255) = 8.68%
BLUE value IS 86 (33.98% from 255) = 39.27%
R=52.05%
G=8.68%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114198600.830.250.55317.6871.4326.08
Hex721356053193713e471a
Octal162231260123316747610732
Binary11100101001110101100101001111001110111100111110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721356; }

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

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

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

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

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

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

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

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