#5F035E

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

Shades of Palatinate Purple #5F035E

Tints of Palatinate Purple #5F035E

Color information

#5F035E (or 0x5F035E) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 03 and 5E. RGB value is (95,3,94). Sum of RGB (Red+Green+Blue) = 95+3+94=192 (25% of max value = 765). Red value is 95 (37.5% from 255 or 49.48% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 94 (37.11% from 255 or 48.96% from 192); Max value from RGB is 95 - color contains mainly: red. Hex color #5F035E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F035E is #A0FCA1. Grayscale: #282828. Windows color (decimal): -10550434 or 6161247. OLE color: 6161247.

HSL color Cylindrical-coordinate representation of color #5F035E: hue angle of 300.65º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F035E is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.63.

Color convert

RGB95394-
CMYK00.970.010.63
HSL300.65º93.88%19.22%-
HSV(B)300.65º96.84%37.25%-
XYZ6.773.3110.87-
YUV40.88157.98166.6-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 49.48%
GREEN value IS 3 (1.56% from 255) = 1.56%
BLUE value IS 94 (37.11% from 255) = 48.96%
R=49.48%
G=1.56%
B=48.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.01
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9539400.970.010.63300.6593.8819.22
Hex5F35E06113F12d5e13
Octal1373136014117745513623
Binary1011111111011110011000011111111100101101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F035E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,3,94); }

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

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

 a { background-color: rgb(95,3,94); }

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

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

 span { border-color: rgb(95,3,94); }

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