#5F3658

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

Shades of Palatinate Purple #5F3658

Tints of Palatinate Purple #5F3658

Color information

#5F3658 (or 0x5F3658) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 36 and 58. RGB value is (95,54,88). Sum of RGB (Red+Green+Blue) = 95+54+88=237 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.08% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3658 is #A0C9A7. Grayscale: #464646. Windows color (decimal): -10537384 or 5781087. OLE color: 5781087.

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

Color convert

RGB955488-
CMYK00.430.070.63
HSL310.24º27.52%29.22%-
HSV(B)310.24º43.16%37.25%-
XYZ7.85.789.94-
YUV70.13138.08145.74-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 40.08%
GREEN value IS 54 (21.48% from 255) = 22.78%
BLUE value IS 88 (34.77% from 255) = 37.13%
R=40.08%
G=22.78%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95548800.430.070.63310.2427.5229.22
Hex5F365802B73F1361c1d
Octal137661300537774663435
Binary1011111110110101100001010111111111111001101101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,54,88); }

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

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

 a { background-color: rgb(95,54,88); }

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

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

 span { border-color: rgb(95,54,88); }

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