Shades of Purple #6A0368
Tints of Purple #6A0368
RGB
CMYK
RGB Variations
Color information
#6A0368 (or 0x6A0368) is known color: Purple. HEX triplet: 6A, 03 and 68. RGB value is (106,3,104). Sum of RGB (Red+Green+Blue) = 106+3+104=213 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.77% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0368 is #95FC97. Grayscale: #2D2D2D. Windows color (decimal): -9829528 or 6816618. OLE color: 6816618.
HSL color Cylindrical-coordinate representation of color #6A0368: hue angle of 301.17º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A0368 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 3 | 104 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.58 |
| HSL | 301.17º | 0.94% | 0.21% | - |
| HSV(B) | 301.17º | 0.97% | 0.42% | - |
| XYZ | 8.48 | 4.13 | 13.45 | - |
| YUV | 45.31 | 161.12 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 3 | 104 | 0 | 0.97 | 0.02 | 0.58 | 301.17 | 0.94 | 0.21 |
| Hex | 6A | 3 | 68 | 0 | 61 | 2 | 3A | 12D | 5E | 15 |
| Octal | 152 | 3 | 150 | 0 | 141 | 2 | 72 | 455 | 136 | 25 |
| Binary | 1101010 | 11 | 1101000 | 0 | 1100001 | 10 | 111010 | 100101101 | 1011110 | 10101 |
Color Harmonies of #6A0368
Complementary color
Monochromatic Colors of #6A0368
Black with #6A0368
Text Example
Text Example
White with #6A0368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0368; }
p { color: rgb(106,3,104); }
H1.HeaderClassName
{
color: #6A0368;
}
.AnyTagClassName
{
color: #6A0368;
}
</style>
background-color css
<style>
a { background-color: #6A0368; }
a { background-color: rgb(106,3,104); }
div.DivClassName
{
background-color: #6A0368;
}
.BgClassName
{
background-color: #6A0368;
}
</style>
border-color css
<style>
span { border-color: #6A0368; }
span { border-color: rgb(106,3,104); }
td.TdClassName
{
border-color: #6A0368;
}
.TagClassName
{
border-color: #6A0368;
}
</style>