Shades of Han Purple #6E39FD
Tints of Han Purple #6E39FD
RGB
CMYK
RGB Variations
Color information
#6E39FD (or 0x6E39FD) is known color: Han Purple. HEX triplet: 6E, 39 and FD. RGB value is (110,57,253). Sum of RGB (Red+Green+Blue) = 110+57+253=420 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.19% from 420); Green value is 57 (22.66% from 255 or 13.57% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E39FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E39FD is #91C602. Grayscale: #5E5E5E. Windows color (decimal): -9553411 or 16595310. OLE color: 16595310.
HSL color Cylindrical-coordinate representation of color #6E39FD: hue angle of 256.22º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E39FD is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 57 | 253 | - |
| CMYK | 0.57 | 0.77 | 0 | 0.01 |
| HSL | 256.22º | 0.98% | 0.61% | - |
| HSV(B) | 256.22º | 0.77% | 0.99% | - |
| XYZ | 25.62 | 13.33 | 94.15 | - |
| YUV | 95.19 | 217.06 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 57 | 253 | 0.57 | 0.77 | 0 | 0.01 | 256.22 | 0.98 | 0.61 |
| Hex | 6E | 39 | FD | 39 | 4D | 0 | 1 | 100 | 62 | 3D |
| Octal | 156 | 71 | 375 | 71 | 115 | 0 | 1 | 400 | 142 | 75 |
| Binary | 1101110 | 111001 | 11111101 | 111001 | 1001101 | 0 | 1 | 100000000 | 1100010 | 111101 |
Color Harmonies of #6E39FD
Complementary color
Monochromatic Colors of #6E39FD
Black with #6E39FD
Text Example
Text Example
White with #6E39FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E39FD; }
p { color: rgb(110,57,253); }
H1.HeaderClassName
{
color: #6E39FD;
}
.AnyTagClassName
{
color: #6E39FD;
}
</style>
background-color css
<style>
a { background-color: #6E39FD; }
a { background-color: rgb(110,57,253); }
div.DivClassName
{
background-color: #6E39FD;
}
.BgClassName
{
background-color: #6E39FD;
}
</style>
border-color css
<style>
span { border-color: #6E39FD; }
span { border-color: rgb(110,57,253); }
td.TdClassName
{
border-color: #6E39FD;
}
.TagClassName
{
border-color: #6E39FD;
}
</style>