Shades of Han Purple #6D2DFE
Tints of Han Purple #6D2DFE
RGB
CMYK
RGB Variations
Color information
#6D2DFE (or 0x6D2DFE) is known color: Han Purple. HEX triplet: 6D, 2D and FE. RGB value is (109,45,254). Sum of RGB (Red+Green+Blue) = 109+45+254=408 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.72% from 408); Green value is 45 (17.97% from 255 or 11.03% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D2DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D2DFE is #92D201. Grayscale: #575757. Windows color (decimal): -9622018 or 16657773. OLE color: 16657773.
HSL color Cylindrical-coordinate representation of color #6D2DFE: hue angle of 258.37º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D2DFE is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 45 | 254 | - |
| CMYK | 0.57 | 0.82 | 0 | 0.00 |
| HSL | 258.37º | 0.99% | 0.59% | - |
| HSV(B) | 258.37º | 0.82% | 1% | - |
| XYZ | 25.13 | 12.28 | 94.81 | - |
| YUV | 87.96 | 221.7 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 45 | 254 | 0.57 | 0.82 | 0 | 0.00 | 258.37 | 0.99 | 0.59 |
| Hex | 6D | 2D | FE | 39 | 52 | 0 | 0 | 102 | 63 | 3B |
| Octal | 155 | 55 | 376 | 71 | 122 | 0 | 0 | 402 | 143 | 73 |
| Binary | 1101101 | 101101 | 11111110 | 111001 | 1010010 | 0 | 0 | 100000010 | 1100011 | 111011 |
Color Harmonies of #6D2DFE
Complementary color
Monochromatic Colors of #6D2DFE
Black with #6D2DFE
Text Example
Text Example
White with #6D2DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2DFE; }
p { color: rgb(109,45,254); }
H1.HeaderClassName
{
color: #6D2DFE;
}
.AnyTagClassName
{
color: #6D2DFE;
}
</style>
background-color css
<style>
a { background-color: #6D2DFE; }
a { background-color: rgb(109,45,254); }
div.DivClassName
{
background-color: #6D2DFE;
}
.BgClassName
{
background-color: #6D2DFE;
}
</style>
border-color css
<style>
span { border-color: #6D2DFE; }
span { border-color: rgb(109,45,254); }
td.TdClassName
{
border-color: #6D2DFE;
}
.TagClassName
{
border-color: #6D2DFE;
}
</style>