#5F1061

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

Shades of Palatinate Purple #5F1061

Tints of Palatinate Purple #5F1061

Color information

#5F1061 (or 0x5F1061) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 10 and 61. RGB value is (95,16,97). Sum of RGB (Red+Green+Blue) = 95+16+97=208 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.67% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #5F1061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1061 is #A0EF9E. Grayscale: #303030. Windows color (decimal): -10547103 or 6361183. OLE color: 6361183.

HSL color Cylindrical-coordinate representation of color #5F1061: hue angle of 298.52º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F1061 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB951697-
CMYK0.020.8400.62
HSL298.52º71.68%22.16%-
HSV(B)298.52º83.51%38.04%-
XYZ7.063.6711.64-
YUV48.86155.17160.91-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 45.67%
GREEN value IS 16 (6.64% from 255) = 7.69%
BLUE value IS 97 (38.28% from 255) = 46.63%
R=45.67%
G=7.69%
B=46.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9516970.020.8400.62298.5271.6822.16
Hex5F106125403E12b4816
Octal13720141212407645311026
Binary10111111000011000011010101000111110100101011100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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