Shades of Han Purple #6D1CFE
Tints of Han Purple #6D1CFE
RGB
CMYK
RGB Variations
Color information
#6D1CFE (or 0x6D1CFE) is known color: Han Purple. HEX triplet: 6D, 1C and FE. RGB value is (109,28,254). Sum of RGB (Red+Green+Blue) = 109+28+254=391 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.88% from 391); Green value is 28 (11.33% from 255 or 7.16% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D1CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D1CFE is #92E301. Grayscale: #4D4D4D. Windows color (decimal): -9626370 or 16653421. OLE color: 16653421.
HSL color Cylindrical-coordinate representation of color #6D1CFE: hue angle of 261.5º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D1CFE is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 28 | 254 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.00 |
| HSL | 261.5º | 0.99% | 0.55% | - |
| HSV(B) | 261.5º | 0.89% | 1% | - |
| XYZ | 24.61 | 11.24 | 94.64 | - |
| YUV | 77.98 | 227.34 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 28 | 254 | 0.57 | 0.89 | 0 | 0.00 | 261.5 | 0.99 | 0.55 |
| Hex | 6D | 1C | FE | 39 | 59 | 0 | 0 | 106 | 63 | 37 |
| Octal | 155 | 34 | 376 | 71 | 131 | 0 | 0 | 406 | 143 | 67 |
| Binary | 1101101 | 11100 | 11111110 | 111001 | 1011001 | 0 | 0 | 100000110 | 1100011 | 110111 |
Color Harmonies of #6D1CFE
Complementary color
Monochromatic Colors of #6D1CFE
Black with #6D1CFE
Text Example
Text Example
White with #6D1CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1CFE; }
p { color: rgb(109,28,254); }
H1.HeaderClassName
{
color: #6D1CFE;
}
.AnyTagClassName
{
color: #6D1CFE;
}
</style>
background-color css
<style>
a { background-color: #6D1CFE; }
a { background-color: rgb(109,28,254); }
div.DivClassName
{
background-color: #6D1CFE;
}
.BgClassName
{
background-color: #6D1CFE;
}
</style>
border-color css
<style>
span { border-color: #6D1CFE; }
span { border-color: rgb(109,28,254); }
td.TdClassName
{
border-color: #6D1CFE;
}
.TagClassName
{
border-color: #6D1CFE;
}
</style>