Shades of Han Purple #6F2BFF
Tints of Han Purple #6F2BFF
RGB
CMYK
RGB Variations
Color information
#6F2BFF (or 0x6F2BFF) is known color: Han Purple. HEX triplet: 6F, 2B and FF. RGB value is (111,43,255). Sum of RGB (Red+Green+Blue) = 111+43+255=409 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.14% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F2BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F2BFF is #90D400. Grayscale: #565656. Windows color (decimal): -9491457 or 16722799. OLE color: 16722799.
HSL color Cylindrical-coordinate representation of color #6F2BFF: hue angle of 259.25º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F2BFF is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 43 | 255 | - |
| CMYK | 0.56 | 0.83 | 0 | 0 |
| HSL | 259.25º | 1% | 0.58% | - |
| HSV(B) | 259.25º | 0.83% | 1% | - |
| XYZ | 25.47 | 12.33 | 95.64 | - |
| YUV | 87.5 | 222.53 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 43 | 255 | 0.56 | 0.83 | 0 | 0 | 259.25 | 1 | 0.58 |
| Hex | 6F | 2B | FF | 38 | 53 | 0 | 0 | 103 | 64 | 3A |
| Octal | 157 | 53 | 377 | 70 | 123 | 0 | 0 | 403 | 144 | 72 |
| Binary | 1101111 | 101011 | 11111111 | 111000 | 1010011 | 0 | 0 | 100000011 | 1100100 | 111010 |
Color Harmonies of #6F2BFF
Complementary color
Monochromatic Colors of #6F2BFF
Black with #6F2BFF
Text Example
Text Example
White with #6F2BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2BFF; }
p { color: rgb(111,43,255); }
H1.HeaderClassName
{
color: #6F2BFF;
}
.AnyTagClassName
{
color: #6F2BFF;
}
</style>
background-color css
<style>
a { background-color: #6F2BFF; }
a { background-color: rgb(111,43,255); }
div.DivClassName
{
background-color: #6F2BFF;
}
.BgClassName
{
background-color: #6F2BFF;
}
</style>
border-color css
<style>
span { border-color: #6F2BFF; }
span { border-color: rgb(111,43,255); }
td.TdClassName
{
border-color: #6F2BFF;
}
.TagClassName
{
border-color: #6F2BFF;
}
</style>