#732058

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

Shades of Palatinate Purple #732058

Tints of Palatinate Purple #732058

Color information

#732058 (or 0x732058) is unknown color: approx Palatinate Purple. HEX triplet: 73, 20 and 58. RGB value is (115,32,88). Sum of RGB (Red+Green+Blue) = 115+32+88=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #732058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732058 is #8CDFA7. Grayscale: #3F3F3F. Windows color (decimal): -9232296 or 5775475. OLE color: 5775475.

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

Color convert

RGB1153288-
CMYK00.720.230.55
HSL319.52º56.46%28.82%-
HSV(B)319.52º72.17%45.1%-
XYZ9.355.389.78-
YUV63.2142164.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.94%
GREEN value IS 32 (12.89% from 255) = 13.62%
BLUE value IS 88 (34.77% from 255) = 37.45%
R=48.94%
G=13.62%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115328800.720.230.55319.5256.4628.82
Hex7320580481737140381d
Octal16340130011027675007035
Binary11100111000001011000010010001011111011110100000011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732058; }

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

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

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

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

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

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

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

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