Shades of Han Purple #6F1FFF
Tints of Han Purple #6F1FFF
RGB
CMYK
RGB Variations
Color information
#6F1FFF (or 0x6F1FFF) is known color: Han Purple. HEX triplet: 6F, 1F and FF. RGB value is (111,31,255). Sum of RGB (Red+Green+Blue) = 111+31+255=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F1FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F1FFF is #90E000. Grayscale: #4F4F4F. Windows color (decimal): -9494529 or 16719727. OLE color: 16719727.
HSL color Cylindrical-coordinate representation of color #6F1FFF: hue angle of 261.43º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F1FFF is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 31 | 255 | - |
| CMYK | 0.56 | 0.88 | 0 | 0 |
| HSL | 261.43º | 1% | 0.56% | - |
| HSV(B) | 261.43º | 0.88% | 1% | - |
| XYZ | 25.1 | 11.58 | 95.52 | - |
| YUV | 80.46 | 226.5 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 31 | 255 | 0.56 | 0.88 | 0 | 0 | 261.43 | 1 | 0.56 |
| Hex | 6F | 1F | FF | 38 | 58 | 0 | 0 | 105 | 64 | 38 |
| Octal | 157 | 37 | 377 | 70 | 130 | 0 | 0 | 405 | 144 | 70 |
| Binary | 1101111 | 11111 | 11111111 | 111000 | 1011000 | 0 | 0 | 100000101 | 1100100 | 111000 |
Color Harmonies of #6F1FFF
Complementary color
Monochromatic Colors of #6F1FFF
Black with #6F1FFF
Text Example
Text Example
White with #6F1FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1FFF; }
p { color: rgb(111,31,255); }
H1.HeaderClassName
{
color: #6F1FFF;
}
.AnyTagClassName
{
color: #6F1FFF;
}
</style>
background-color css
<style>
a { background-color: #6F1FFF; }
a { background-color: rgb(111,31,255); }
div.DivClassName
{
background-color: #6F1FFF;
}
.BgClassName
{
background-color: #6F1FFF;
}
</style>
border-color css
<style>
span { border-color: #6F1FFF; }
span { border-color: rgb(111,31,255); }
td.TdClassName
{
border-color: #6F1FFF;
}
.TagClassName
{
border-color: #6F1FFF;
}
</style>