Shades of Han Purple #6F1FFE
Tints of Han Purple #6F1FFE
RGB
CMYK
RGB Variations
Color information
#6F1FFE (or 0x6F1FFE) is known color: Han Purple. HEX triplet: 6F, 1F and FE. RGB value is (111,31,254). Sum of RGB (Red+Green+Blue) = 111+31+254=396 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.03% from 396); Green value is 31 (12.5% from 255 or 7.83% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F1FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F1FFE is #90E001. Grayscale: #4F4F4F. Windows color (decimal): -9494530 or 16654191. OLE color: 16654191.
HSL color Cylindrical-coordinate representation of color #6F1FFE: hue angle of 261.52º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F1FFE is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 31 | 254 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.00 |
| HSL | 261.52º | 0.99% | 0.56% | - |
| HSV(B) | 261.52º | 0.88% | 1% | - |
| XYZ | 24.93 | 11.52 | 94.67 | - |
| YUV | 80.34 | 226 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 31 | 254 | 0.56 | 0.88 | 0 | 0.00 | 261.52 | 0.99 | 0.56 |
| Hex | 6F | 1F | FE | 38 | 58 | 0 | 0 | 106 | 63 | 38 |
| Octal | 157 | 37 | 376 | 70 | 130 | 0 | 0 | 406 | 143 | 70 |
| Binary | 1101111 | 11111 | 11111110 | 111000 | 1011000 | 0 | 0 | 100000110 | 1100011 | 111000 |
Color Harmonies of #6F1FFE
Complementary color
Monochromatic Colors of #6F1FFE
Black with #6F1FFE
Text Example
Text Example
White with #6F1FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1FFE; }
p { color: rgb(111,31,254); }
H1.HeaderClassName
{
color: #6F1FFE;
}
.AnyTagClassName
{
color: #6F1FFE;
}
</style>
background-color css
<style>
a { background-color: #6F1FFE; }
a { background-color: rgb(111,31,254); }
div.DivClassName
{
background-color: #6F1FFE;
}
.BgClassName
{
background-color: #6F1FFE;
}
</style>
border-color css
<style>
span { border-color: #6F1FFE; }
span { border-color: rgb(111,31,254); }
td.TdClassName
{
border-color: #6F1FFE;
}
.TagClassName
{
border-color: #6F1FFE;
}
</style>