#721357

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

Shades of Palatinate Purple #721357

Tints of Palatinate Purple #721357

Color information

#721357 (or 0x721357) is unknown color: approx Palatinate Purple. HEX triplet: 72, 13 and 57. RGB value is (114,19,87). Sum of RGB (Red+Green+Blue) = 114+19+87=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 87 (34.38% from 255 or 39.55% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #721357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721357 is #8DECA8. Grayscale: #363636. Windows color (decimal): -9301161 or 5706610. OLE color: 5706610.

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

Color convert

RGB1141987-
CMYK00.830.240.55
HSL317.05º71.43%26.08%-
HSV(B)317.05º83.33%44.71%-
XYZ8.894.739.46-
YUV55.16145.97169.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.82%
GREEN value IS 19 (7.81% from 255) = 8.64%
BLUE value IS 87 (34.38% from 255) = 39.55%
R=51.82%
G=8.64%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114198700.830.240.55317.0571.4326.08
Hex721357053183713d471a
Octal162231270123306747510732
Binary11100101001110101110101001111000110111100111101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721357; }

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

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

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

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

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

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

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

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