Shades of Han Purple #6F2BFE
Tints of Han Purple #6F2BFE
RGB
CMYK
RGB Variations
Color information
#6F2BFE (or 0x6F2BFE) is known color: Han Purple. HEX triplet: 6F, 2B and FE. RGB value is (111,43,254). Sum of RGB (Red+Green+Blue) = 111+43+254=408 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.21% from 408); Green value is 43 (17.19% from 255 or 10.54% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F2BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F2BFE is #90D401. Grayscale: #565656. Windows color (decimal): -9491458 or 16657263. OLE color: 16657263.
HSL color Cylindrical-coordinate representation of color #6F2BFE: hue angle of 259.34º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F2BFE is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 43 | 254 | - |
| CMYK | 0.56 | 0.83 | 0 | 0.00 |
| HSL | 259.34º | 0.99% | 0.58% | - |
| HSV(B) | 259.34º | 0.83% | 1% | - |
| XYZ | 25.31 | 12.26 | 94.8 | - |
| YUV | 87.39 | 222.03 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 43 | 254 | 0.56 | 0.83 | 0 | 0.00 | 259.34 | 0.99 | 0.58 |
| Hex | 6F | 2B | FE | 38 | 53 | 0 | 0 | 103 | 63 | 3A |
| Octal | 157 | 53 | 376 | 70 | 123 | 0 | 0 | 403 | 143 | 72 |
| Binary | 1101111 | 101011 | 11111110 | 111000 | 1010011 | 0 | 0 | 100000011 | 1100011 | 111010 |
Color Harmonies of #6F2BFE
Complementary color
Monochromatic Colors of #6F2BFE
Black with #6F2BFE
Text Example
Text Example
White with #6F2BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2BFE; }
p { color: rgb(111,43,254); }
H1.HeaderClassName
{
color: #6F2BFE;
}
.AnyTagClassName
{
color: #6F2BFE;
}
</style>
background-color css
<style>
a { background-color: #6F2BFE; }
a { background-color: rgb(111,43,254); }
div.DivClassName
{
background-color: #6F2BFE;
}
.BgClassName
{
background-color: #6F2BFE;
}
</style>
border-color css
<style>
span { border-color: #6F2BFE; }
span { border-color: rgb(111,43,254); }
td.TdClassName
{
border-color: #6F2BFE;
}
.TagClassName
{
border-color: #6F2BFE;
}
</style>