Shades of Purple #6A0267
Tints of Purple #6A0267
RGB
CMYK
RGB Variations
Color information
#6A0267 (or 0x6A0267) is known color: Purple. HEX triplet: 6A, 02 and 67. RGB value is (106,2,103). Sum of RGB (Red+Green+Blue) = 106+2+103=211 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.24% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 103 (40.62% from 255 or 48.82% from 211); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0267 is #95FD98. Grayscale: #2C2C2C. Windows color (decimal): -9829785 or 6750826. OLE color: 6750826.
HSL color Cylindrical-coordinate representation of color #6A0267: hue angle of 301.73º 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 #6A0267 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 2 | 103 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.58 |
| HSL | 301.73º | 0.96% | 0.21% | - |
| HSV(B) | 301.73º | 0.98% | 0.42% | - |
| XYZ | 8.41 | 4.09 | 13.18 | - |
| YUV | 44.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 2 | 103 | 0 | 0.98 | 0.03 | 0.58 | 301.73 | 0.96 | 0.21 |
| Hex | 6A | 2 | 67 | 0 | 62 | 3 | 3A | 12E | 60 | 15 |
| Octal | 152 | 2 | 147 | 0 | 142 | 3 | 72 | 456 | 140 | 25 |
| Binary | 1101010 | 10 | 1100111 | 0 | 1100010 | 11 | 111010 | 100101110 | 1100000 | 10101 |
Color Harmonies of #6A0267
Complementary color
Monochromatic Colors of #6A0267
Black with #6A0267
Text Example
Text Example
White with #6A0267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0267; }
p { color: rgb(106,2,103); }
H1.HeaderClassName
{
color: #6A0267;
}
.AnyTagClassName
{
color: #6A0267;
}
</style>
background-color css
<style>
a { background-color: #6A0267; }
a { background-color: rgb(106,2,103); }
div.DivClassName
{
background-color: #6A0267;
}
.BgClassName
{
background-color: #6A0267;
}
</style>
border-color css
<style>
span { border-color: #6A0267; }
span { border-color: rgb(106,2,103); }
td.TdClassName
{
border-color: #6A0267;
}
.TagClassName
{
border-color: #6A0267;
}
</style>