#721258

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

Shades of Palatinate Purple #721258

Tints of Palatinate Purple #721258

Color information

#721258 (or 0x721258) is unknown color: approx Palatinate Purple. HEX triplet: 72, 12 and 58. RGB value is (114,18,88). Sum of RGB (Red+Green+Blue) = 114+18+88=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #721258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721258 is #8DEDA7. Grayscale: #363636. Windows color (decimal): -9301416 or 5771890. OLE color: 5771890.

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

Color convert

RGB1141888-
CMYK00.840.230.55
HSL316.25º72.73%25.88%-
HSV(B)316.25º84.21%44.71%-
XYZ8.924.719.67-
YUV54.68146.8170.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.82%
GREEN value IS 18 (7.42% from 255) = 8.18%
BLUE value IS 88 (34.77% from 255) = 40%
R=51.82%
G=8.18%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114188800.840.230.55316.2572.7325.88
Hex721258054173713c491a
Octal162221300124276747411132
Binary11100101001010110000101010010111110111100111100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721258; }

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

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

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

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

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

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

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

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