Shades of Han Purple #6D2AFD
Tints of Han Purple #6D2AFD
RGB
CMYK
RGB Variations
Color information
#6D2AFD (or 0x6D2AFD) is known color: Han Purple. HEX triplet: 6D, 2A and FD. RGB value is (109,42,253). Sum of RGB (Red+Green+Blue) = 109+42+253=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 253 (99.22% from 255 or 62.62% from 404); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D2AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D2AFD is #92D502. Grayscale: #555555. Windows color (decimal): -9622787 or 16591469. OLE color: 16591469.
HSL color Cylindrical-coordinate representation of color #6D2AFD: hue angle of 259.05º 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 #6D2AFD is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 42 | 253 | - |
| CMYK | 0.57 | 0.83 | 0 | 0.01 |
| HSL | 259.05º | 0.98% | 0.58% | - |
| HSV(B) | 259.05º | 0.83% | 0.99% | - |
| XYZ | 24.86 | 12 | 93.93 | - |
| YUV | 86.09 | 222.2 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 42 | 253 | 0.57 | 0.83 | 0 | 0.01 | 259.05 | 0.98 | 0.58 |
| Hex | 6D | 2A | FD | 39 | 53 | 0 | 1 | 103 | 62 | 3A |
| Octal | 155 | 52 | 375 | 71 | 123 | 0 | 1 | 403 | 142 | 72 |
| Binary | 1101101 | 101010 | 11111101 | 111001 | 1010011 | 0 | 1 | 100000011 | 1100010 | 111010 |
Color Harmonies of #6D2AFD
Complementary color
Monochromatic Colors of #6D2AFD
Black with #6D2AFD
Text Example
Text Example
White with #6D2AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2AFD; }
p { color: rgb(109,42,253); }
H1.HeaderClassName
{
color: #6D2AFD;
}
.AnyTagClassName
{
color: #6D2AFD;
}
</style>
background-color css
<style>
a { background-color: #6D2AFD; }
a { background-color: rgb(109,42,253); }
div.DivClassName
{
background-color: #6D2AFD;
}
.BgClassName
{
background-color: #6D2AFD;
}
</style>
border-color css
<style>
span { border-color: #6D2AFD; }
span { border-color: rgb(109,42,253); }
td.TdClassName
{
border-color: #6D2AFD;
}
.TagClassName
{
border-color: #6D2AFD;
}
</style>