#732159

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

Shades of Palatinate Purple #732159

Tints of Palatinate Purple #732159

Color information

#732159 (or 0x732159) is unknown color: approx Palatinate Purple. HEX triplet: 73, 21 and 59. RGB value is (115,33,89). Sum of RGB (Red+Green+Blue) = 115+33+89=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #732159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732159 is #8CDEA6. Grayscale: #3F3F3F. Windows color (decimal): -9232039 or 5841267. OLE color: 5841267.

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

Color convert

RGB1153389-
CMYK00.710.230.55
HSL319.02º55.41%29.02%-
HSV(B)319.02º71.3%45.1%-
XYZ9.425.4510.01-
YUV63.9142.17164.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.52%
GREEN value IS 33 (13.28% from 255) = 13.92%
BLUE value IS 89 (35.16% from 255) = 37.55%
R=48.52%
G=13.92%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115338900.710.230.55319.0255.4129.02
Hex732159047173713f371d
Octal16341131010727674776735
Binary11100111000011011001010001111011111011110011111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732159; }

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

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

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

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

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

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

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

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