#721360

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

Shades of Palatinate Purple #721360

Tints of Palatinate Purple #721360

Color information

#721360 (or 0x721360) is unknown color: approx Palatinate Purple. HEX triplet: 72, 13 and 60. RGB value is (114,19,96). Sum of RGB (Red+Green+Blue) = 114+19+96=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #721360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721360 is #8DEC9F. Grayscale: #373737. Windows color (decimal): -9301152 or 6296434. OLE color: 6296434.

HSL color Cylindrical-coordinate representation of color #721360: hue angle of 311.37º 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 #721360 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB1141996-
CMYK00.830.160.55
HSL311.37º71.43%26.08%-
HSV(B)311.37º83.33%44.71%-
XYZ9.284.8911.52-
YUV56.18150.47169.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.78%
GREEN value IS 19 (7.81% from 255) = 8.30%
BLUE value IS 96 (37.89% from 255) = 41.92%
R=49.78%
G=8.30%
B=41.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114199600.830.160.55311.3771.4326.08
Hex7213600531037137471a
Octal162231400123206746710732
Binary11100101001111000000101001110000110111100110111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721360; }

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

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

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

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

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

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

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

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