#721A58

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

Shades of Palatinate Purple #721A58

Tints of Palatinate Purple #721A58

Color information

#721A58 (or 0x721A58) is unknown color: approx Palatinate Purple. HEX triplet: 72, 1A and 58. RGB value is (114,26,88). Sum of RGB (Red+Green+Blue) = 114+26+88=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #721A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721A58 is #8DE5A7. Grayscale: #3B3B3B. Windows color (decimal): -9299368 or 5773938. OLE color: 5773938.

HSL color Cylindrical-coordinate representation of color #721A58: hue angle of 317.73º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #721A58 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB1142688-
CMYK00.770.230.55
HSL317.73º62.86%27.45%-
HSV(B)317.73º77.19%44.71%-
XYZ9.075.029.72-
YUV59.38144.15166.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50%
GREEN value IS 26 (10.55% from 255) = 11.40%
BLUE value IS 88 (34.77% from 255) = 38.60%
R=50%
G=11.40%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114268800.770.230.55317.7362.8627.45
Hex721A5804D173713e3f1b
Octal16232130011527674767733
Binary1110010110101011000010011011011111011110011111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721A58; }

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

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

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

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

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

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

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

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