#5F0D6C

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

Shades of Palatinate Purple #5F0D6C

Tints of Palatinate Purple #5F0D6C

Color information

#5F0D6C (or 0x5F0D6C) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 0D and 6C. RGB value is (95,13,108). Sum of RGB (Red+Green+Blue) = 95+13+108=216 (28% of max value = 765). Red value is 95 (37.5% from 255 or 43.98% from 216); Green value is 13 (5.47% from 255 or 6.02% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #5F0D6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0D6C is #A0F293. Grayscale: #303030. Windows color (decimal): -10547860 or 7081311. OLE color: 7081311.

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

Color convert

RGB9513108-
CMYK0.120.8800.58
HSL291.79º78.51%23.73%-
HSV(B)291.79º87.96%42.35%-
XYZ7.573.814.52-
YUV48.35161.67161.28-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 43.98%
GREEN value IS 13 (5.47% from 255) = 6.02%
BLUE value IS 108 (42.58% from 255) = 50%
R=43.98%
G=6.02%
B=50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal95131080.120.8800.58291.7978.5123.73
Hex5FD6CC5803A1244f18
Octal137151541413007244411730
Binary101111111011101100110010110000111010100100100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,13,108); }

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

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

 a { background-color: rgb(95,13,108); }

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

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

 span { border-color: rgb(95,13,108); }

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