Shades of Han Purple #6D2AFB
Tints of Han Purple #6D2AFB
RGB
CMYK
RGB Variations
Color information
#6D2AFB (or 0x6D2AFB) is known color: Han Purple. HEX triplet: 6D, 2A and FB. RGB value is (109,42,251). Sum of RGB (Red+Green+Blue) = 109+42+251=402 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.11% from 402); Green value is 42 (16.80% from 255 or 10.45% from 402); Blue value is 251 (98.44% from 255 or 62.44% from 402); Max value from RGB is 251 - color contains mainly: blue. Hex color #6D2AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D2AFB is #92D504. Grayscale: #555555. Windows color (decimal): -9622789 or 16460397. OLE color: 16460397.
HSL color Cylindrical-coordinate representation of color #6D2AFB: hue angle of 259.23º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D2AFB is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 42 | 251 | - |
| CMYK | 0.57 | 0.83 | 0 | 0.02 |
| HSL | 259.23º | 0.96% | 0.57% | - |
| HSV(B) | 259.23º | 0.83% | 0.98% | - |
| XYZ | 24.55 | 11.87 | 92.26 | - |
| YUV | 85.86 | 221.2 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 42 | 251 | 0.57 | 0.83 | 0 | 0.02 | 259.23 | 0.96 | 0.57 |
| Hex | 6D | 2A | FB | 39 | 53 | 0 | 2 | 103 | 60 | 39 |
| Octal | 155 | 52 | 373 | 71 | 123 | 0 | 2 | 403 | 140 | 71 |
| Binary | 1101101 | 101010 | 11111011 | 111001 | 1010011 | 0 | 10 | 100000011 | 1100000 | 111001 |
Color Harmonies of #6D2AFB
Complementary color
Monochromatic Colors of #6D2AFB
Black with #6D2AFB
Text Example
Text Example
White with #6D2AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2AFB; }
p { color: rgb(109,42,251); }
H1.HeaderClassName
{
color: #6D2AFB;
}
.AnyTagClassName
{
color: #6D2AFB;
}
</style>
background-color css
<style>
a { background-color: #6D2AFB; }
a { background-color: rgb(109,42,251); }
div.DivClassName
{
background-color: #6D2AFB;
}
.BgClassName
{
background-color: #6D2AFB;
}
</style>
border-color css
<style>
span { border-color: #6D2AFB; }
span { border-color: rgb(109,42,251); }
td.TdClassName
{
border-color: #6D2AFB;
}
.TagClassName
{
border-color: #6D2AFB;
}
</style>