Shades of Han Purple #6C2AFF
Tints of Han Purple #6C2AFF
RGB
CMYK
RGB Variations
Color information
#6C2AFF (or 0x6C2AFF) is known color: Han Purple. HEX triplet: 6C, 2A and FF. RGB value is (108,42,255). Sum of RGB (Red+Green+Blue) = 108+42+255=405 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.67% from 405); Green value is 42 (16.80% from 255 or 10.37% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C2AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C2AFF is #93D500. Grayscale: #555555. Windows color (decimal): -9688321 or 16722540. OLE color: 16722540.
HSL color Cylindrical-coordinate representation of color #6C2AFF: hue angle of 258.59º 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 #6C2AFF is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 42 | 255 | - |
| CMYK | 0.58 | 0.84 | 0 | 0 |
| HSL | 258.59º | 1% | 0.58% | - |
| HSV(B) | 258.59º | 0.84% | 1% | - |
| XYZ | 25.06 | 12.06 | 95.62 | - |
| YUV | 86.02 | 223.37 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 42 | 255 | 0.58 | 0.84 | 0 | 0 | 258.59 | 1 | 0.58 |
| Hex | 6C | 2A | FF | 3A | 54 | 0 | 0 | 103 | 64 | 3A |
| Octal | 154 | 52 | 377 | 72 | 124 | 0 | 0 | 403 | 144 | 72 |
| Binary | 1101100 | 101010 | 11111111 | 111010 | 1010100 | 0 | 0 | 100000011 | 1100100 | 111010 |
Color Harmonies of #6C2AFF
Complementary color
Monochromatic Colors of #6C2AFF
Black with #6C2AFF
Text Example
Text Example
White with #6C2AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2AFF; }
p { color: rgb(108,42,255); }
H1.HeaderClassName
{
color: #6C2AFF;
}
.AnyTagClassName
{
color: #6C2AFF;
}
</style>
background-color css
<style>
a { background-color: #6C2AFF; }
a { background-color: rgb(108,42,255); }
div.DivClassName
{
background-color: #6C2AFF;
}
.BgClassName
{
background-color: #6C2AFF;
}
</style>
border-color css
<style>
span { border-color: #6C2AFF; }
span { border-color: rgb(108,42,255); }
td.TdClassName
{
border-color: #6C2AFF;
}
.TagClassName
{
border-color: #6C2AFF;
}
</style>