#721A56

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

Shades of Palatinate Purple #721A56

Tints of Palatinate Purple #721A56

Color information

#721A56 (or 0x721A56) is unknown color: approx Palatinate Purple. HEX triplet: 72, 1A and 56. RGB value is (114,26,86). Sum of RGB (Red+Green+Blue) = 114+26+86=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 86 (33.98% from 255 or 38.05% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #721A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721A56 is #8DE5A9. Grayscale: #3A3A3A. Windows color (decimal): -9299370 or 5642866. OLE color: 5642866.

HSL color Cylindrical-coordinate representation of color #721A56: hue angle of 319.09º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #721A56 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB1142686-
CMYK00.770.250.55
HSL319.09º62.86%27.45%-
HSV(B)319.09º77.19%44.71%-
XYZ8.994.999.29-
YUV59.15143.15167.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.44%
GREEN value IS 26 (10.55% from 255) = 11.50%
BLUE value IS 86 (33.98% from 255) = 38.05%
R=50.44%
G=11.50%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114268600.770.250.55319.0962.8627.45
Hex721A5604D193713f3f1b
Octal16232126011531674777733
Binary1110010110101010110010011011100111011110011111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721A56; }

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

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

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

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

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

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

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

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