Shades of Purple #6A0565
Tints of Purple #6A0565
RGB
CMYK
RGB Variations
Color information
#6A0565 (or 0x6A0565) is known color: Purple. HEX triplet: 6A, 05 and 65. RGB value is (106,5,101). Sum of RGB (Red+Green+Blue) = 106+5+101=212 (28% of max value = 765). Red value is 106 (41.80% from 255 or 50% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0565 is #95FA9A. Grayscale: #2D2D2D. Windows color (decimal): -9829019 or 6620522. OLE color: 6620522.
HSL color Cylindrical-coordinate representation of color #6A0565: hue angle of 302.97º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A0565 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 5 | 101 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.58 |
| HSL | 302.97º | 0.91% | 0.22% | - |
| HSV(B) | 302.97º | 0.95% | 0.42% | - |
| XYZ | 8.35 | 4.11 | 12.67 | - |
| YUV | 46.14 | 158.96 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 5 | 101 | 0 | 0.95 | 0.05 | 0.58 | 302.97 | 0.91 | 0.22 |
| Hex | 6A | 5 | 65 | 0 | 5F | 5 | 3A | 12F | 5B | 16 |
| Octal | 152 | 5 | 145 | 0 | 137 | 5 | 72 | 457 | 133 | 26 |
| Binary | 1101010 | 101 | 1100101 | 0 | 1011111 | 101 | 111010 | 100101111 | 1011011 | 10110 |
Color Harmonies of #6A0565
Complementary color
Monochromatic Colors of #6A0565
Black with #6A0565
Text Example
Text Example
White with #6A0565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0565; }
p { color: rgb(106,5,101); }
H1.HeaderClassName
{
color: #6A0565;
}
.AnyTagClassName
{
color: #6A0565;
}
</style>
background-color css
<style>
a { background-color: #6A0565; }
a { background-color: rgb(106,5,101); }
div.DivClassName
{
background-color: #6A0565;
}
.BgClassName
{
background-color: #6A0565;
}
</style>
border-color css
<style>
span { border-color: #6A0565; }
span { border-color: rgb(106,5,101); }
td.TdClassName
{
border-color: #6A0565;
}
.TagClassName
{
border-color: #6A0565;
}
</style>