Shades of Han Purple #6D2AFF
Tints of Han Purple #6D2AFF
RGB
CMYK
RGB Variations
Color information
#6D2AFF (or 0x6D2AFF) is known color: Han Purple. HEX triplet: 6D, 2A and FF. RGB value is (109,42,255). Sum of RGB (Red+Green+Blue) = 109+42+255=406 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.85% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D2AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D2AFF is #92D500. Grayscale: #555555. Windows color (decimal): -9622785 or 16722541. OLE color: 16722541.
HSL color Cylindrical-coordinate representation of color #6D2AFF: hue angle of 258.87º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D2AFF is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 42 | 255 | - |
| CMYK | 0.57 | 0.84 | 0 | 0 |
| HSL | 258.87º | 1% | 0.58% | - |
| HSV(B) | 258.87º | 0.84% | 1% | - |
| XYZ | 25.18 | 12.13 | 95.62 | - |
| YUV | 86.32 | 223.2 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 42 | 255 | 0.57 | 0.84 | 0 | 0 | 258.87 | 1 | 0.58 |
| Hex | 6D | 2A | FF | 39 | 54 | 0 | 0 | 103 | 64 | 3A |
| Octal | 155 | 52 | 377 | 71 | 124 | 0 | 0 | 403 | 144 | 72 |
| Binary | 1101101 | 101010 | 11111111 | 111001 | 1010100 | 0 | 0 | 100000011 | 1100100 | 111010 |
Color Harmonies of #6D2AFF
Complementary color
Monochromatic Colors of #6D2AFF
Black with #6D2AFF
Text Example
Text Example
White with #6D2AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2AFF; }
p { color: rgb(109,42,255); }
H1.HeaderClassName
{
color: #6D2AFF;
}
.AnyTagClassName
{
color: #6D2AFF;
}
</style>
background-color css
<style>
a { background-color: #6D2AFF; }
a { background-color: rgb(109,42,255); }
div.DivClassName
{
background-color: #6D2AFF;
}
.BgClassName
{
background-color: #6D2AFF;
}
</style>
border-color css
<style>
span { border-color: #6D2AFF; }
span { border-color: rgb(109,42,255); }
td.TdClassName
{
border-color: #6D2AFF;
}
.TagClassName
{
border-color: #6D2AFF;
}
</style>