#721158

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

Shades of Palatinate Purple #721158

Tints of Palatinate Purple #721158

Color information

#721158 (or 0x721158) is unknown color: approx Palatinate Purple. HEX triplet: 72, 11 and 58. RGB value is (114,17,88). Sum of RGB (Red+Green+Blue) = 114+17+88=219 (29% of max value = 765). Red value is 114 (44.92% from 255 or 52.05% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 114 - color contains mainly: red. Hex color #721158 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721158 is #8DEEA7. Grayscale: #353535. Windows color (decimal): -9301672 or 5771634. OLE color: 5771634.

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

Color convert

RGB1141788-
CMYK00.850.230.55
HSL316.08º74.05%25.69%-
HSV(B)316.08º85.09%44.71%-
XYZ8.94.689.67-
YUV54.1147.14170.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.05%
GREEN value IS 17 (7.03% from 255) = 7.76%
BLUE value IS 88 (34.77% from 255) = 40.18%
R=52.05%
G=7.76%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114178800.850.230.55316.0874.0525.69
Hex721158055173713c4a1a
Octal162211300125276747411232
Binary11100101000110110000101010110111110111100111100100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721158; }

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

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

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

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

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

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

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

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