Shades of Han Purple #6D27FF
Tints of Han Purple #6D27FF
RGB
CMYK
RGB Variations
Color information
#6D27FF (or 0x6D27FF) is known color: Han Purple. HEX triplet: 6D, 27 and FF. RGB value is (109,39,255). Sum of RGB (Red+Green+Blue) = 109+39+255=403 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.05% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D27FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D27FF is #92D800. Grayscale: #535353. Windows color (decimal): -9623553 or 16721773. OLE color: 16721773.
HSL color Cylindrical-coordinate representation of color #6D27FF: hue angle of 259.44º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D27FF is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 39 | 255 | - |
| CMYK | 0.57 | 0.85 | 0 | 0 |
| HSL | 259.44º | 1% | 0.58% | - |
| HSV(B) | 259.44º | 0.85% | 1% | - |
| XYZ | 25.08 | 11.92 | 95.59 | - |
| YUV | 84.55 | 224.19 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 39 | 255 | 0.57 | 0.85 | 0 | 0 | 259.44 | 1 | 0.58 |
| Hex | 6D | 27 | FF | 39 | 55 | 0 | 0 | 103 | 64 | 3A |
| Octal | 155 | 47 | 377 | 71 | 125 | 0 | 0 | 403 | 144 | 72 |
| Binary | 1101101 | 100111 | 11111111 | 111001 | 1010101 | 0 | 0 | 100000011 | 1100100 | 111010 |
Color Harmonies of #6D27FF
Complementary color
Monochromatic Colors of #6D27FF
Black with #6D27FF
Text Example
Text Example
White with #6D27FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D27FF; }
p { color: rgb(109,39,255); }
H1.HeaderClassName
{
color: #6D27FF;
}
.AnyTagClassName
{
color: #6D27FF;
}
</style>
background-color css
<style>
a { background-color: #6D27FF; }
a { background-color: rgb(109,39,255); }
div.DivClassName
{
background-color: #6D27FF;
}
.BgClassName
{
background-color: #6D27FF;
}
</style>
border-color css
<style>
span { border-color: #6D27FF; }
span { border-color: rgb(109,39,255); }
td.TdClassName
{
border-color: #6D27FF;
}
.TagClassName
{
border-color: #6D27FF;
}
</style>