#5F106A

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

Shades of Palatinate Purple #5F106A

Tints of Palatinate Purple #5F106A

Color information

#5F106A (or 0x5F106A) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 10 and 6A. RGB value is (95,16,106). Sum of RGB (Red+Green+Blue) = 95+16+106=217 (28% of max value = 765). Red value is 95 (37.5% from 255 or 43.78% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 106 (41.80% from 255 or 48.85% from 217); Max value from RGB is 106 - color contains mainly: blue. Hex color #5F106A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F106A is #A0EF95. Grayscale: #313131. Windows color (decimal): -10547094 or 6951007. OLE color: 6951007.

HSL color Cylindrical-coordinate representation of color #5F106A: hue angle of 292.67º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5F106A is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9516106-
CMYK0.100.8500.58
HSL292.67º73.77%23.92%-
HSV(B)292.67º84.91%41.57%-
XYZ7.513.8413.98-
YUV49.88159.67160.18-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 43.78%
GREEN value IS 16 (6.64% from 255) = 7.37%
BLUE value IS 106 (41.80% from 255) = 48.85%
R=43.78%
G=7.37%
B=48.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal95161060.100.8500.58292.6773.7723.92
Hex5F106AA5503A1254a18
Octal137201521212507244511230
Binary1011111100001101010101010101010111010100100101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F106A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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