Shades of Han Purple #6D2FFF
Tints of Han Purple #6D2FFF
RGB
CMYK
RGB Variations
Color information
#6D2FFF (or 0x6D2FFF) is known color: Han Purple. HEX triplet: 6D, 2F and FF. RGB value is (109,47,255). Sum of RGB (Red+Green+Blue) = 109+47+255=411 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.52% from 411); Green value is 47 (18.75% from 255 or 11.44% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D2FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D2FFF is #92D000. Grayscale: #585858. Windows color (decimal): -9621505 or 16723821. OLE color: 16723821.
HSL color Cylindrical-coordinate representation of color #6D2FFF: hue angle of 257.88º 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 #6D2FFF is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 47 | 255 | - |
| CMYK | 0.57 | 0.82 | 0 | 0 |
| HSL | 257.88º | 1% | 0.59% | - |
| HSV(B) | 257.88º | 0.82% | 1% | - |
| XYZ | 25.37 | 12.5 | 95.68 | - |
| YUV | 89.25 | 221.54 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 47 | 255 | 0.57 | 0.82 | 0 | 0 | 257.88 | 1 | 0.59 |
| Hex | 6D | 2F | FF | 39 | 52 | 0 | 0 | 102 | 64 | 3B |
| Octal | 155 | 57 | 377 | 71 | 122 | 0 | 0 | 402 | 144 | 73 |
| Binary | 1101101 | 101111 | 11111111 | 111001 | 1010010 | 0 | 0 | 100000010 | 1100100 | 111011 |
Color Harmonies of #6D2FFF
Complementary color
Monochromatic Colors of #6D2FFF
Black with #6D2FFF
Text Example
Text Example
White with #6D2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2FFF; }
p { color: rgb(109,47,255); }
H1.HeaderClassName
{
color: #6D2FFF;
}
.AnyTagClassName
{
color: #6D2FFF;
}
</style>
background-color css
<style>
a { background-color: #6D2FFF; }
a { background-color: rgb(109,47,255); }
div.DivClassName
{
background-color: #6D2FFF;
}
.BgClassName
{
background-color: #6D2FFF;
}
</style>
border-color css
<style>
span { border-color: #6D2FFF; }
span { border-color: rgb(109,47,255); }
td.TdClassName
{
border-color: #6D2FFF;
}
.TagClassName
{
border-color: #6D2FFF;
}
</style>