#721057

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

Shades of Palatinate Purple #721057

Tints of Palatinate Purple #721057

Color information

#721057 (or 0x721057) is unknown color: approx Palatinate Purple. HEX triplet: 72, 10 and 57. RGB value is (114,16,87). Sum of RGB (Red+Green+Blue) = 114+16+87=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #721057 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721057 is #8DEFA8. Grayscale: #353535. Windows color (decimal): -9301929 or 5705842. OLE color: 5705842.

HSL color Cylindrical-coordinate representation of color #721057: hue angle of 316.53º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721057 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB1141687-
CMYK00.860.240.55
HSL316.53º75.38%25.49%-
HSV(B)316.53º85.96%44.71%-
XYZ8.854.649.45-
YUV53.4146.97171.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.53%
GREEN value IS 16 (6.64% from 255) = 7.37%
BLUE value IS 87 (34.38% from 255) = 40.09%
R=52.53%
G=7.37%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114168700.860.240.55316.5375.3825.49
Hex721057056183713d4b19
Octal162201270126306747511331
Binary11100101000010101110101011011000110111100111101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721057; }

 p { color: rgb(114,16,87); }

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

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

 a { background-color: rgb(114,16,87); }

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

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

 span { border-color: rgb(114,16,87); }

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