Shades of Han Purple #6F27FF
Tints of Han Purple #6F27FF
RGB
CMYK
RGB Variations
Color information
#6F27FF (or 0x6F27FF) is known color: Han Purple. HEX triplet: 6F, 27 and FF. RGB value is (111,39,255). Sum of RGB (Red+Green+Blue) = 111+39+255=405 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.41% from 405); Green value is 39 (15.62% from 255 or 9.63% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F27FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F27FF is #90D800. Grayscale: #545454. Windows color (decimal): -9492481 or 16721775. OLE color: 16721775.
HSL color Cylindrical-coordinate representation of color #6F27FF: hue angle of 260º 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 #6F27FF is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 39 | 255 | - |
| CMYK | 0.56 | 0.85 | 0 | 0 |
| HSL | 260º | 1% | 0.58% | - |
| HSV(B) | 260º | 0.85% | 1% | - |
| XYZ | 25.33 | 12.05 | 95.6 | - |
| YUV | 85.15 | 223.85 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 39 | 255 | 0.56 | 0.85 | 0 | 0 | 260 | 1 | 0.58 |
| Hex | 6F | 27 | FF | 38 | 55 | 0 | 0 | 104 | 64 | 3A |
| Octal | 157 | 47 | 377 | 70 | 125 | 0 | 0 | 404 | 144 | 72 |
| Binary | 1101111 | 100111 | 11111111 | 111000 | 1010101 | 0 | 0 | 100000100 | 1100100 | 111010 |
Color Harmonies of #6F27FF
Complementary color
Monochromatic Colors of #6F27FF
Black with #6F27FF
Text Example
Text Example
White with #6F27FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F27FF; }
p { color: rgb(111,39,255); }
H1.HeaderClassName
{
color: #6F27FF;
}
.AnyTagClassName
{
color: #6F27FF;
}
</style>
background-color css
<style>
a { background-color: #6F27FF; }
a { background-color: rgb(111,39,255); }
div.DivClassName
{
background-color: #6F27FF;
}
.BgClassName
{
background-color: #6F27FF;
}
</style>
border-color css
<style>
span { border-color: #6F27FF; }
span { border-color: rgb(111,39,255); }
td.TdClassName
{
border-color: #6F27FF;
}
.TagClassName
{
border-color: #6F27FF;
}
</style>