#582053

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

Shades of Palatinate Purple #582053

Tints of Palatinate Purple #582053

Color information

#582053 (or 0x582053) is unknown color: approx Palatinate Purple. HEX triplet: 58, 20 and 53. RGB value is (88,32,83). Sum of RGB (Red+Green+Blue) = 88+32+83=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 88 - color contains mainly: red. Hex color #582053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582053 is #A7DFAC. Grayscale: #363636. Windows color (decimal): -11001773 or 5447768. OLE color: 5447768.

HSL color Cylindrical-coordinate representation of color #582053: hue angle of 305.36º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #582053 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB883283-
CMYK00.640.060.65
HSL305.36º46.67%23.53%-
HSV(B)305.36º63.64%34.51%-
XYZ6.13.738.58-
YUV54.56144.05151.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.35%
GREEN value IS 32 (12.89% from 255) = 15.76%
BLUE value IS 83 (32.81% from 255) = 40.89%
R=43.35%
G=15.76%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88328300.640.060.65305.3646.6723.53
Hex5820530406411312f18
Octal13040123010061014615730
Binary1011000100000101001101000000110100000110011000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582053; }

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

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

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

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

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

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

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

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