#721957

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

Shades of Palatinate Purple #721957

Tints of Palatinate Purple #721957

Color information

#721957 (or 0x721957) is unknown color: approx Palatinate Purple. HEX triplet: 72, 19 and 57. RGB value is (114,25,87). Sum of RGB (Red+Green+Blue) = 114+25+87=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #721957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721957 is #8DE6A8. Grayscale: #3A3A3A. Windows color (decimal): -9299625 or 5708146. OLE color: 5708146.

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

Color convert

RGB1142587-
CMYK00.780.240.55
HSL318.2º64.03%27.25%-
HSV(B)318.2º78.07%44.71%-
XYZ9.014.969.5-
YUV58.68143.99167.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.44%
GREEN value IS 25 (10.16% from 255) = 11.06%
BLUE value IS 87 (34.38% from 255) = 38.50%
R=50.44%
G=11.06%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114258700.780.240.55318.264.0327.25
Hex72195704E183713e401b
Octal162311270116306747610033
Binary11100101100110101110100111011000110111100111110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721957; }

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

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

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

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

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

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

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

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