Shades of Han Purple #6D2BFD
Tints of Han Purple #6D2BFD
RGB
CMYK
RGB Variations
Color information
#6D2BFD (or 0x6D2BFD) is known color: Han Purple. HEX triplet: 6D, 2B and FD. RGB value is (109,43,253). Sum of RGB (Red+Green+Blue) = 109+43+253=405 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.91% from 405); Green value is 43 (17.19% from 255 or 10.62% from 405); Blue value is 253 (99.22% from 255 or 62.47% from 405); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D2BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D2BFD is #92D402. Grayscale: #555555. Windows color (decimal): -9622531 or 16591725. OLE color: 16591725.
HSL color Cylindrical-coordinate representation of color #6D2BFD: hue angle of 258.86º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D2BFD is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 43 | 253 | - |
| CMYK | 0.57 | 0.83 | 0 | 0.01 |
| HSL | 258.86º | 0.98% | 0.58% | - |
| HSV(B) | 258.86º | 0.83% | 0.99% | - |
| XYZ | 24.9 | 12.07 | 93.95 | - |
| YUV | 86.67 | 221.87 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 43 | 253 | 0.57 | 0.83 | 0 | 0.01 | 258.86 | 0.98 | 0.58 |
| Hex | 6D | 2B | FD | 39 | 53 | 0 | 1 | 103 | 62 | 3A |
| Octal | 155 | 53 | 375 | 71 | 123 | 0 | 1 | 403 | 142 | 72 |
| Binary | 1101101 | 101011 | 11111101 | 111001 | 1010011 | 0 | 1 | 100000011 | 1100010 | 111010 |
Color Harmonies of #6D2BFD
Complementary color
Monochromatic Colors of #6D2BFD
Black with #6D2BFD
Text Example
Text Example
White with #6D2BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2BFD; }
p { color: rgb(109,43,253); }
H1.HeaderClassName
{
color: #6D2BFD;
}
.AnyTagClassName
{
color: #6D2BFD;
}
</style>
background-color css
<style>
a { background-color: #6D2BFD; }
a { background-color: rgb(109,43,253); }
div.DivClassName
{
background-color: #6D2BFD;
}
.BgClassName
{
background-color: #6D2BFD;
}
</style>
border-color css
<style>
span { border-color: #6D2BFD; }
span { border-color: rgb(109,43,253); }
td.TdClassName
{
border-color: #6D2BFD;
}
.TagClassName
{
border-color: #6D2BFD;
}
</style>