#721058

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

Shades of Palatinate Purple #721058

Tints of Palatinate Purple #721058

Color information

#721058 (or 0x721058) is unknown color: approx Palatinate Purple. HEX triplet: 72, 10 and 58. RGB value is (114,16,88). Sum of RGB (Red+Green+Blue) = 114+16+88=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #721058 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721058 is #8DEFA7. Grayscale: #353535. Windows color (decimal): -9301928 or 5771378. OLE color: 5771378.

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

Color convert

RGB1141688-
CMYK00.860.230.55
HSL315.92º75.38%25.49%-
HSV(B)315.92º85.96%44.71%-
XYZ8.894.659.66-
YUV53.51147.47171.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.29%
GREEN value IS 16 (6.64% from 255) = 7.34%
BLUE value IS 88 (34.77% from 255) = 40.37%
R=52.29%
G=7.34%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114168800.860.230.55315.9275.3825.49
Hex721058056173713c4b19
Octal162201300126276747411331
Binary11100101000010110000101011010111110111100111100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721058; }

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

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

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

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

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

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

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

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