Shades of Han Purple #6C2FFF
Tints of Han Purple #6C2FFF
RGB
CMYK
RGB Variations
Color information
#6C2FFF (or 0x6C2FFF) is known color: Han Purple. HEX triplet: 6C, 2F and FF. RGB value is (108,47,255). Sum of RGB (Red+Green+Blue) = 108+47+255=410 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.34% from 410); Green value is 47 (18.75% from 255 or 11.46% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C2FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C2FFF is #93D000. Grayscale: #585858. Windows color (decimal): -9687041 or 16723820. OLE color: 16723820.
HSL color Cylindrical-coordinate representation of color #6C2FFF: hue angle of 257.6º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C2FFF is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 47 | 255 | - |
| CMYK | 0.58 | 0.82 | 0 | 0 |
| HSL | 257.6º | 1% | 0.59% | - |
| HSV(B) | 257.6º | 0.82% | 1% | - |
| XYZ | 25.25 | 12.44 | 95.68 | - |
| YUV | 88.95 | 221.71 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 47 | 255 | 0.58 | 0.82 | 0 | 0 | 257.6 | 1 | 0.59 |
| Hex | 6C | 2F | FF | 3A | 52 | 0 | 0 | 102 | 64 | 3B |
| Octal | 154 | 57 | 377 | 72 | 122 | 0 | 0 | 402 | 144 | 73 |
| Binary | 1101100 | 101111 | 11111111 | 111010 | 1010010 | 0 | 0 | 100000010 | 1100100 | 111011 |
Color Harmonies of #6C2FFF
Complementary color
Monochromatic Colors of #6C2FFF
Black with #6C2FFF
Text Example
Text Example
White with #6C2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2FFF; }
p { color: rgb(108,47,255); }
H1.HeaderClassName
{
color: #6C2FFF;
}
.AnyTagClassName
{
color: #6C2FFF;
}
</style>
background-color css
<style>
a { background-color: #6C2FFF; }
a { background-color: rgb(108,47,255); }
div.DivClassName
{
background-color: #6C2FFF;
}
.BgClassName
{
background-color: #6C2FFF;
}
</style>
border-color css
<style>
span { border-color: #6C2FFF; }
span { border-color: rgb(108,47,255); }
td.TdClassName
{
border-color: #6C2FFF;
}
.TagClassName
{
border-color: #6C2FFF;
}
</style>