#721359

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

Shades of Palatinate Purple #721359

Tints of Palatinate Purple #721359

Color information

#721359 (or 0x721359) is unknown color: approx Palatinate Purple. HEX triplet: 72, 13 and 59. RGB value is (114,19,89). Sum of RGB (Red+Green+Blue) = 114+19+89=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #721359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721359 is #8DECA6. Grayscale: #373737. Windows color (decimal): -9301159 or 5837682. OLE color: 5837682.

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

Color convert

RGB1141989-
CMYK00.830.220.55
HSL315.79º71.43%26.08%-
HSV(B)315.79º83.33%44.71%-
XYZ8.984.769.9-
YUV55.38146.97169.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.35%
GREEN value IS 19 (7.81% from 255) = 8.56%
BLUE value IS 89 (35.16% from 255) = 40.09%
R=51.35%
G=8.56%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114198900.830.220.55315.7971.4326.08
Hex721359053163713c471a
Octal162231310123266747410732
Binary11100101001110110010101001110110110111100111100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721359; }

 p { color: rgb(114,19,89); }

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

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

 a { background-color: rgb(114,19,89); }

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

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

 span { border-color: rgb(114,19,89); }

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