#721A5F

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

Shades of Palatinate Purple #721A5F

Tints of Palatinate Purple #721A5F

Color information

#721A5F (or 0x721A5F) is unknown color: approx Palatinate Purple. HEX triplet: 72, 1A and 5F. RGB value is (114,26,95). Sum of RGB (Red+Green+Blue) = 114+26+95=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #721A5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721A5F is #8DE5A0. Grayscale: #3B3B3B. Windows color (decimal): -9299361 or 6232690. OLE color: 6232690.

HSL color Cylindrical-coordinate representation of color #721A5F: hue angle of 312.95º 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 #721A5F is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1142695-
CMYK00.770.170.55
HSL312.95º62.86%27.45%-
HSV(B)312.95º77.19%44.71%-
XYZ9.375.1411.32-
YUV60.18147.65166.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.51%
GREEN value IS 26 (10.55% from 255) = 11.06%
BLUE value IS 95 (37.5% from 255) = 40.43%
R=48.51%
G=11.06%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114269500.770.170.55312.9562.8627.45
Hex721A5F04D11371393f1b
Octal16232137011521674717733
Binary1110010110101011111010011011000111011110011100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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