#721257

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

Shades of Palatinate Purple #721257

Tints of Palatinate Purple #721257

Color information

#721257 (or 0x721257) is unknown color: approx Palatinate Purple. HEX triplet: 72, 12 and 57. RGB value is (114,18,87). Sum of RGB (Red+Green+Blue) = 114+18+87=219 (29% of max value = 765). Red value is 114 (44.92% from 255 or 52.05% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 87 (34.38% from 255 or 39.73% from 219); Max value from RGB is 114 - color contains mainly: red. Hex color #721257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721257 is #8DEDA8. Grayscale: #363636. Windows color (decimal): -9301417 or 5706354. OLE color: 5706354.

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

Color convert

RGB1141887-
CMYK00.840.240.55
HSL316.88º72.73%25.88%-
HSV(B)316.88º84.21%44.71%-
XYZ8.884.79.46-
YUV54.57146.3170.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.05%
GREEN value IS 18 (7.42% from 255) = 8.22%
BLUE value IS 87 (34.38% from 255) = 39.73%
R=52.05%
G=8.22%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114188700.840.240.55316.8872.7325.88
Hex721257054183713d491a
Octal162221270124306747511132
Binary11100101001010101110101010011000110111100111101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721257; }

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

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

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

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

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

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

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

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