#5F3059

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

Shades of Palatinate Purple #5F3059

Tints of Palatinate Purple #5F3059

Color information

#5F3059 (or 0x5F3059) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 30 and 59. RGB value is (95,48,89). Sum of RGB (Red+Green+Blue) = 95+48+89=232 (30% of max value = 765). Red value is 95 (37.5% from 255 or 40.95% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3059 is #A0CFA6. Grayscale: #424242. Windows color (decimal): -10538919 or 5845087. OLE color: 5845087.

HSL color Cylindrical-coordinate representation of color #5F3059: hue angle of 307.66º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F3059 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.63.

Color convert

RGB954889-
CMYK00.490.060.63
HSL307.66º32.87%28.04%-
HSV(B)307.66º49.47%37.25%-
XYZ7.585.2710.07-
YUV66.73140.57148.17-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 40.95%
GREEN value IS 48 (19.14% from 255) = 20.69%
BLUE value IS 89 (35.16% from 255) = 38.36%
R=40.95%
G=20.69%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95488900.490.060.63307.6632.8728.04
Hex5F305903163F134211c
Octal137601310616774644134
Binary10111111100001011001011000111011111110011010010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F3059; }

 p { color: rgb(95,48,89); }

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

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

 a { background-color: rgb(95,48,89); }

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

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

 span { border-color: rgb(95,48,89); }

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