#5F1861

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

Shades of Palatinate Purple #5F1861

Tints of Palatinate Purple #5F1861

Color information

#5F1861 (or 0x5F1861) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 18 and 61. RGB value is (95,24,97). Sum of RGB (Red+Green+Blue) = 95+24+97=216 (28% of max value = 765). Red value is 95 (37.5% from 255 or 43.98% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #5F1861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1861 is #A0E79E. Grayscale: #353535. Windows color (decimal): -10545055 or 6363231. OLE color: 6363231.

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

Color convert

RGB952497-
CMYK0.020.7500.62
HSL298.36º60.33%23.73%-
HSV(B)298.36º75.26%38.04%-
XYZ7.23.9511.69-
YUV53.55152.52157.56-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 43.98%
GREEN value IS 24 (9.77% from 255) = 11.11%
BLUE value IS 97 (38.28% from 255) = 44.91%
R=43.98%
G=11.11%
B=44.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9524970.020.7500.62298.3660.3323.73
Hex5F186124B03E12a3c18
Octal1373014121130764527430
Binary1011111110001100001101001011011111010010101011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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