#732157

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

Shades of Palatinate Purple #732157

Tints of Palatinate Purple #732157

Color information

#732157 (or 0x732157) is unknown color: approx Palatinate Purple. HEX triplet: 73, 21 and 57. RGB value is (115,33,87). Sum of RGB (Red+Green+Blue) = 115+33+87=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #732157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732157 is #8CDEA8. Grayscale: #3F3F3F. Windows color (decimal): -9232041 or 5710195. OLE color: 5710195.

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

Color convert

RGB1153387-
CMYK00.710.240.55
HSL320.49º55.41%29.02%-
HSV(B)320.49º71.3%45.1%-
XYZ9.335.429.57-
YUV63.67141.17164.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.94%
GREEN value IS 33 (13.28% from 255) = 14.04%
BLUE value IS 87 (34.38% from 255) = 37.02%
R=48.94%
G=14.04%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115338700.710.240.55320.4955.4129.02
Hex7321570471837140371d
Octal16341127010730675006735
Binary11100111000011010111010001111100011011110100000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732157; }

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

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

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

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

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

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

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

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