#582353

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

Shades of Palatinate Purple #582353

Tints of Palatinate Purple #582353

Color information

#582353 (or 0x582353) is unknown color: approx Palatinate Purple. HEX triplet: 58, 23 and 53. RGB value is (88,35,83). Sum of RGB (Red+Green+Blue) = 88+35+83=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 88 - color contains mainly: red. Hex color #582353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582353 is #A7DCAC. Grayscale: #383838. Windows color (decimal): -11001005 or 5448536. OLE color: 5448536.

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

Color convert

RGB883583-
CMYK00.600.060.65
HSL305.66º43.09%24.12%-
HSV(B)305.66º60.23%34.51%-
XYZ6.193.98.61-
YUV56.32143.06150.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.72%
GREEN value IS 35 (14.06% from 255) = 16.99%
BLUE value IS 83 (32.81% from 255) = 40.29%
R=42.72%
G=16.99%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88358300.600.060.65305.6643.0924.12
Hex58235303C6411322b18
Octal1304312307461014625330
Binary101100010001110100110111100110100000110011001010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582353; }

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

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

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

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

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

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

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

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