Shades of Palatinate Purple #6B005F
Tints of Palatinate Purple #6B005F
RGB
CMYK
RGB Variations
Color information
#6B005F (or 0x6B005F) is known color: Palatinate Purple. HEX triplet: 6B, 00 and 5F. RGB value is (107,0,95). Sum of RGB (Red+Green+Blue) = 107+0+95=202 (26% of max value = 765). Red value is 107 (42.19% from 255 or 52.97% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 95 (37.5% from 255 or 47.03% from 202); Max value from RGB is 107 - color contains mainly: red. Hex color #6B005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B005F is #94FFA0. Grayscale: #2A2A2A. Windows color (decimal): -9764769 or 6226027. OLE color: 6226027.
HSL color Cylindrical-coordinate representation of color #6B005F: hue angle of 306.73º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B005F is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 0 | 95 | - |
| CMYK | 0 | 1 | 0.11 | 0.58 |
| HSL | 306.73º | 1% | 0.21% | - |
| HSV(B) | 306.73º | 1% | 0.42% | - |
| XYZ | 8.13 | 3.95 | 11.16 | - |
| YUV | 42.82 | 157.45 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 0 | 95 | 0 | 1 | 0.11 | 0.58 | 306.73 | 1 | 0.21 |
| Hex | 6B | 0 | 5F | 0 | 64 | B | 3A | 133 | 64 | 15 |
| Octal | 153 | 0 | 137 | 0 | 144 | 13 | 72 | 463 | 144 | 25 |
| Binary | 1101011 | 0 | 1011111 | 0 | 1100100 | 1011 | 111010 | 100110011 | 1100100 | 10101 |
Color Harmonies of #6B005F
Complementary color
Monochromatic Colors of #6B005F
Black with #6B005F
Text Example
Text Example
White with #6B005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B005F; }
p { color: rgb(107,0,95); }
H1.HeaderClassName
{
color: #6B005F;
}
.AnyTagClassName
{
color: #6B005F;
}
</style>
background-color css
<style>
a { background-color: #6B005F; }
a { background-color: rgb(107,0,95); }
div.DivClassName
{
background-color: #6B005F;
}
.BgClassName
{
background-color: #6B005F;
}
</style>
border-color css
<style>
span { border-color: #6B005F; }
span { border-color: rgb(107,0,95); }
td.TdClassName
{
border-color: #6B005F;
}
.TagClassName
{
border-color: #6B005F;
}
</style>