#5F0560

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

Shades of Palatinate Purple #5F0560

Tints of Palatinate Purple #5F0560

Color information

#5F0560 (or 0x5F0560) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 05 and 60. RGB value is (95,5,96). Sum of RGB (Red+Green+Blue) = 95+5+96=196 (25% of max value = 765). Red value is 95 (37.5% from 255 or 48.47% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #5F0560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0560 is #A0FA9F. Grayscale: #2A2A2A. Windows color (decimal): -10549920 or 6292831. OLE color: 6292831.

HSL color Cylindrical-coordinate representation of color #5F0560: hue angle of 299.34º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F0560 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB95596-
CMYK0.010.9500.62
HSL299.34º90.1%19.8%-
HSV(B)299.34º94.79%37.65%-
XYZ6.883.3911.36-
YUV42.28158.32165.6-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 48.47%
GREEN value IS 5 (2.34% from 255) = 2.55%
BLUE value IS 96 (37.89% from 255) = 48.98%
R=48.47%
G=2.55%
B=48.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal955960.010.9500.62299.3490.119.8
Hex5F56015F03E12b5a14
Octal1375140113707645313224
Binary10111111011100000110111110111110100101011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,5,96); }

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

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

 a { background-color: rgb(95,5,96); }

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

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

 span { border-color: rgb(95,5,96); }

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