Shades of Han Purple #6D2FFE
Tints of Han Purple #6D2FFE
RGB
CMYK
RGB Variations
Color information
#6D2FFE (or 0x6D2FFE) is known color: Han Purple. HEX triplet: 6D, 2F and FE. RGB value is (109,47,254). Sum of RGB (Red+Green+Blue) = 109+47+254=410 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.59% from 410); Green value is 47 (18.75% from 255 or 11.46% from 410); Blue value is 254 (99.61% from 255 or 61.95% from 410); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D2FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D2FFE is #92D001. Grayscale: #585858. Windows color (decimal): -9621506 or 16658285. OLE color: 16658285.
HSL color Cylindrical-coordinate representation of color #6D2FFE: hue angle of 257.97º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D2FFE is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 47 | 254 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.00 |
| HSL | 257.97º | 0.99% | 0.59% | - |
| HSV(B) | 257.97º | 0.81% | 1% | - |
| XYZ | 25.21 | 12.44 | 94.84 | - |
| YUV | 89.14 | 221.04 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 47 | 254 | 0.57 | 0.81 | 0 | 0.00 | 257.97 | 0.99 | 0.59 |
| Hex | 6D | 2F | FE | 39 | 51 | 0 | 0 | 102 | 63 | 3B |
| Octal | 155 | 57 | 376 | 71 | 121 | 0 | 0 | 402 | 143 | 73 |
| Binary | 1101101 | 101111 | 11111110 | 111001 | 1010001 | 0 | 0 | 100000010 | 1100011 | 111011 |
Color Harmonies of #6D2FFE
Complementary color
Monochromatic Colors of #6D2FFE
Black with #6D2FFE
Text Example
Text Example
White with #6D2FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2FFE; }
p { color: rgb(109,47,254); }
H1.HeaderClassName
{
color: #6D2FFE;
}
.AnyTagClassName
{
color: #6D2FFE;
}
</style>
background-color css
<style>
a { background-color: #6D2FFE; }
a { background-color: rgb(109,47,254); }
div.DivClassName
{
background-color: #6D2FFE;
}
.BgClassName
{
background-color: #6D2FFE;
}
</style>
border-color css
<style>
span { border-color: #6D2FFE; }
span { border-color: rgb(109,47,254); }
td.TdClassName
{
border-color: #6D2FFE;
}
.TagClassName
{
border-color: #6D2FFE;
}
</style>