Shades of Purple #6A0268
Tints of Purple #6A0268
RGB
CMYK
RGB Variations
Color information
#6A0268 (or 0x6A0268) is known color: Purple. HEX triplet: 6A, 02 and 68. RGB value is (106,2,104). Sum of RGB (Red+Green+Blue) = 106+2+104=212 (28% of max value = 765). Red value is 106 (41.80% from 255 or 50% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0268 is #95FD97. Grayscale: #2C2C2C. Windows color (decimal): -9829784 or 6816362. OLE color: 6816362.
HSL color Cylindrical-coordinate representation of color #6A0268: hue angle of 301.15º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A0268 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 2 | 104 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.58 |
| HSL | 301.15º | 0.96% | 0.21% | - |
| HSV(B) | 301.15º | 0.98% | 0.42% | - |
| XYZ | 8.46 | 4.11 | 13.44 | - |
| YUV | 44.72 | 161.46 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 2 | 104 | 0 | 0.98 | 0.02 | 0.58 | 301.15 | 0.96 | 0.21 |
| Hex | 6A | 2 | 68 | 0 | 62 | 2 | 3A | 12D | 60 | 15 |
| Octal | 152 | 2 | 150 | 0 | 142 | 2 | 72 | 455 | 140 | 25 |
| Binary | 1101010 | 10 | 1101000 | 0 | 1100010 | 10 | 111010 | 100101101 | 1100000 | 10101 |
Color Harmonies of #6A0268
Complementary color
Monochromatic Colors of #6A0268
Black with #6A0268
Text Example
Text Example
White with #6A0268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0268; }
p { color: rgb(106,2,104); }
H1.HeaderClassName
{
color: #6A0268;
}
.AnyTagClassName
{
color: #6A0268;
}
</style>
background-color css
<style>
a { background-color: #6A0268; }
a { background-color: rgb(106,2,104); }
div.DivClassName
{
background-color: #6A0268;
}
.BgClassName
{
background-color: #6A0268;
}
</style>
border-color css
<style>
span { border-color: #6A0268; }
span { border-color: rgb(106,2,104); }
td.TdClassName
{
border-color: #6A0268;
}
.TagClassName
{
border-color: #6A0268;
}
</style>