#5F0661

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

Shades of Palatinate Purple #5F0661

Tints of Palatinate Purple #5F0661

Color information

#5F0661 (or 0x5F0661) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 06 and 61. RGB value is (95,6,97). Sum of RGB (Red+Green+Blue) = 95+6+97=198 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.98% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #5F0661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0661 is #A0F99E. Grayscale: #2A2A2A. Windows color (decimal): -10549663 or 6358623. OLE color: 6358623.

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

Color convert

RGB95697-
CMYK0.020.9400.62
HSL298.68º88.35%20.2%-
HSV(B)298.68º93.81%38.04%-
XYZ6.943.4311.6-
YUV42.98158.49165.1-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 47.98%
GREEN value IS 6 (2.73% from 255) = 3.03%
BLUE value IS 97 (38.28% from 255) = 48.99%
R=47.98%
G=3.03%
B=48.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal956970.020.9400.62298.6888.3520.2
Hex5F66125E03E12b5814
Octal1376141213607645313024
Binary101111111011000011010111100111110100101011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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