Shades of Han Purple #6D2BFE
Tints of Han Purple #6D2BFE
RGB
CMYK
RGB Variations
Color information
#6D2BFE (or 0x6D2BFE) is known color: Han Purple. HEX triplet: 6D, 2B and FE. RGB value is (109,43,254). Sum of RGB (Red+Green+Blue) = 109+43+254=406 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.85% from 406); Green value is 43 (17.19% from 255 or 10.59% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D2BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D2BFE is #92D401. Grayscale: #565656. Windows color (decimal): -9622530 or 16657261. OLE color: 16657261.
HSL color Cylindrical-coordinate representation of color #6D2BFE: hue angle of 258.77º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D2BFE is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 43 | 254 | - |
| CMYK | 0.57 | 0.83 | 0 | 0.00 |
| HSL | 258.77º | 0.99% | 0.58% | - |
| HSV(B) | 258.77º | 0.83% | 1% | - |
| XYZ | 25.06 | 12.13 | 94.79 | - |
| YUV | 86.79 | 222.37 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 43 | 254 | 0.57 | 0.83 | 0 | 0.00 | 258.77 | 0.99 | 0.58 |
| Hex | 6D | 2B | FE | 39 | 53 | 0 | 0 | 103 | 63 | 3A |
| Octal | 155 | 53 | 376 | 71 | 123 | 0 | 0 | 403 | 143 | 72 |
| Binary | 1101101 | 101011 | 11111110 | 111001 | 1010011 | 0 | 0 | 100000011 | 1100011 | 111010 |
Color Harmonies of #6D2BFE
Complementary color
Monochromatic Colors of #6D2BFE
Black with #6D2BFE
Text Example
Text Example
White with #6D2BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2BFE; }
p { color: rgb(109,43,254); }
H1.HeaderClassName
{
color: #6D2BFE;
}
.AnyTagClassName
{
color: #6D2BFE;
}
</style>
background-color css
<style>
a { background-color: #6D2BFE; }
a { background-color: rgb(109,43,254); }
div.DivClassName
{
background-color: #6D2BFE;
}
.BgClassName
{
background-color: #6D2BFE;
}
</style>
border-color css
<style>
span { border-color: #6D2BFE; }
span { border-color: rgb(109,43,254); }
td.TdClassName
{
border-color: #6D2BFE;
}
.TagClassName
{
border-color: #6D2BFE;
}
</style>