#732057

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

Shades of Palatinate Purple #732057

Tints of Palatinate Purple #732057

Color information

#732057 (or 0x732057) is unknown color: approx Palatinate Purple. HEX triplet: 73, 20 and 57. RGB value is (115,32,87). Sum of RGB (Red+Green+Blue) = 115+32+87=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #732057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732057 is #8CDFA8. Grayscale: #3E3E3E. Windows color (decimal): -9232297 or 5709939. OLE color: 5709939.

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

Color convert

RGB1153287-
CMYK00.720.240.55
HSL320.24º56.46%28.82%-
HSV(B)320.24º72.17%45.1%-
XYZ9.315.379.56-
YUV63.09141.5165.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.15%
GREEN value IS 32 (12.89% from 255) = 13.68%
BLUE value IS 87 (34.38% from 255) = 37.18%
R=49.15%
G=13.68%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115328700.720.240.55320.2456.4628.82
Hex7320570481837140381d
Octal16340127011030675007035
Binary11100111000001010111010010001100011011110100000011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732057; }

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

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

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

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

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

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

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

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