#581953

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

Shades of Palatinate Purple #581953

Tints of Palatinate Purple #581953

Color information

#581953 (or 0x581953) is unknown color: approx Palatinate Purple. HEX triplet: 58, 19 and 53. RGB value is (88,25,83). Sum of RGB (Red+Green+Blue) = 88+25+83=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #581953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581953 is #A7E6AC. Grayscale: #323232. Windows color (decimal): -11003565 or 5445976. OLE color: 5445976.

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

Color convert

RGB882583-
CMYK00.720.060.65
HSL304.76º55.75%22.16%-
HSV(B)304.76º71.59%34.51%-
XYZ5.933.398.53-
YUV50.45146.37154.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.90%
GREEN value IS 25 (10.16% from 255) = 12.76%
BLUE value IS 83 (32.81% from 255) = 42.35%
R=44.90%
G=12.76%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88258300.720.060.65304.7655.7522.16
Hex5819530486411313816
Octal13031123011061014617026
Binary101100011001101001101001000110100000110011000111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581953; }

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

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

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

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

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

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

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

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