#721A70

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

Shades of Palatinate Purple #721A70

Tints of Palatinate Purple #721A70

Color information

#721A70 (or 0x721A70) is unknown color: approx Palatinate Purple. HEX triplet: 72, 1A and 70. RGB value is (114,26,112). Sum of RGB (Red+Green+Blue) = 114+26+112=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 114 - color contains mainly: red. Hex color #721A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721A70 is #8DE58F. Grayscale: #3D3D3D. Windows color (decimal): -9299344 or 7346802. OLE color: 7346802.

HSL color Cylindrical-coordinate representation of color #721A70: hue angle of 301.36º 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 #721A70 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11426112-
CMYK00.770.020.55
HSL301.36º62.86%27.45%-
HSV(B)301.36º77.19%44.71%-
XYZ10.235.4915.85-
YUV62.12156.15165.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.24%
GREEN value IS 26 (10.55% from 255) = 10.32%
BLUE value IS 112 (44.14% from 255) = 44.44%
R=45.24%
G=10.32%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1142611200.770.020.55301.3662.8627.45
Hex721A7004D23712d3f1b
Octal1623216001152674557733
Binary1110010110101110000010011011011011110010110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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