Shades of Palatinate Purple #5F0461
Tints of Palatinate Purple #5F0461
RGB
CMYK
RGB Variations
Color information
#5F0461 (or 0x5F0461) is known color: Palatinate Purple. HEX triplet: 5F, 04 and 61. RGB value is (95,4,97). Sum of RGB (Red+Green+Blue) = 95+4+97=196 (25% of max value = 765). Red value is 95 (37.5% from 255 or 48.47% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #5F0461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0461 is #A0FB9E. Grayscale: #292929. Windows color (decimal): -10550175 or 6358111. OLE color: 6358111.
HSL color Cylindrical-coordinate representation of color #5F0461: hue angle of 298.71º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F0461 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 4 | 97 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.62 |
| HSL | 298.71º | 0.92% | 0.2% | - |
| HSV(B) | 298.71º | 0.96% | 0.38% | - |
| XYZ | 6.92 | 3.38 | 11.6 | - |
| YUV | 41.81 | 159.15 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 4 | 97 | 0.02 | 0.96 | 0 | 0.62 | 298.71 | 0.92 | 0.2 |
| Hex | 5F | 4 | 61 | 2 | 60 | 0 | 3E | 12B | 5C | 14 |
| Octal | 137 | 4 | 141 | 2 | 140 | 0 | 76 | 453 | 134 | 24 |
| Binary | 1011111 | 100 | 1100001 | 10 | 1100000 | 0 | 111110 | 100101011 | 1011100 | 10100 |
Color Harmonies of #5F0461
Complementary color
Monochromatic Colors of #5F0461
Black with #5F0461
Text Example
Text Example
White with #5F0461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0461; }
p { color: rgb(95,4,97); }
H1.HeaderClassName
{
color: #5F0461;
}
.AnyTagClassName
{
color: #5F0461;
}
</style>
background-color css
<style>
a { background-color: #5F0461; }
a { background-color: rgb(95,4,97); }
div.DivClassName
{
background-color: #5F0461;
}
.BgClassName
{
background-color: #5F0461;
}
</style>
border-color css
<style>
span { border-color: #5F0461; }
span { border-color: rgb(95,4,97); }
td.TdClassName
{
border-color: #5F0461;
}
.TagClassName
{
border-color: #5F0461;
}
</style>