#5F085B

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

Shades of Palatinate Purple #5F085B

Tints of Palatinate Purple #5F085B

Color information

#5F085B (or 0x5F085B) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 08 and 5B. RGB value is (95,8,91). Sum of RGB (Red+Green+Blue) = 95+8+91=194 (25% of max value = 765). Red value is 95 (37.5% from 255 or 48.97% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 95 - color contains mainly: red. Hex color #5F085B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F085B is #A0F7A4. Grayscale: #2B2B2B. Windows color (decimal): -10549157 or 5965919. OLE color: 5965919.

HSL color Cylindrical-coordinate representation of color #5F085B: hue angle of 302.76º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F085B is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.63.

Color convert

RGB95891-
CMYK00.920.040.63
HSL302.76º84.47%20.2%-
HSV(B)302.76º91.58%37.25%-
XYZ6.693.3610.19-
YUV43.48154.82164.75-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 48.97%
GREEN value IS 8 (3.52% from 255) = 4.12%
BLUE value IS 91 (35.94% from 255) = 46.91%
R=48.97%
G=4.12%
B=46.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.04
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9589100.920.040.63302.7684.4720.2
Hex5F85B05C43F12f5414
Octal13710133013447745712424
Binary10111111000101101101011100100111111100101111101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,8,91); }

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

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

 a { background-color: rgb(95,8,91); }

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

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

 span { border-color: rgb(95,8,91); }

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