#732160

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

Shades of Palatinate Purple #732160

Tints of Palatinate Purple #732160

Color information

#732160 (or 0x732160) is unknown color: approx Palatinate Purple. HEX triplet: 73, 21 and 60. RGB value is (115,33,96). Sum of RGB (Red+Green+Blue) = 115+33+96=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 115 - color contains mainly: red. Hex color #732160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732160 is #8CDE9F. Grayscale: #404040. Windows color (decimal): -9232032 or 6300019. OLE color: 6300019.

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

Color convert

RGB1153396-
CMYK00.710.170.55
HSL313.9º55.41%29.02%-
HSV(B)313.9º71.3%45.1%-
XYZ9.735.5811.63-
YUV64.7145.67163.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.13%
GREEN value IS 33 (13.28% from 255) = 13.52%
BLUE value IS 96 (37.89% from 255) = 39.34%
R=47.13%
G=13.52%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115339600.710.170.55313.955.4129.02
Hex732160047113713a371d
Octal16341140010721674726735
Binary11100111000011100000010001111000111011110011101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732160; }

 p { color: rgb(115,33,96); }

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

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

 a { background-color: rgb(115,33,96); }

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

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

 span { border-color: rgb(115,33,96); }

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