#5F0561

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

Shades of Palatinate Purple #5F0561

Tints of Palatinate Purple #5F0561

Color information

#5F0561 (or 0x5F0561) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 05 and 61. RGB value is (95,5,97). Sum of RGB (Red+Green+Blue) = 95+5+97=197 (26% of max value = 765). Red value is 95 (37.5% from 255 or 48.22% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #5F0561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0561 is #A0FA9E. Grayscale: #2A2A2A. Windows color (decimal): -10549919 or 6358367. OLE color: 6358367.

HSL color Cylindrical-coordinate representation of color #5F0561: hue angle of 298.7º 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 #5F0561 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB95597-
CMYK0.020.9500.62
HSL298.7º90.2%20%-
HSV(B)298.7º94.85%38.04%-
XYZ6.933.411.6-
YUV42.4158.82165.52-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 48.22%
GREEN value IS 5 (2.34% from 255) = 2.54%
BLUE value IS 97 (38.28% from 255) = 49.24%
R=48.22%
G=2.54%
B=49.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal955970.020.9500.62298.790.220
Hex5F56125F03E12b5a14
Octal1375141213707645313224
Binary101111110111000011010111110111110100101011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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