Shades of Han Purple #6F1CEF
Tints of Han Purple #6F1CEF
RGB
CMYK
RGB Variations
Color information
#6F1CEF (or 0x6F1CEF) is known color: Han Purple. HEX triplet: 6F, 1C and EF. RGB value is (111,28,239). Sum of RGB (Red+Green+Blue) = 111+28+239=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 28 (11.33% from 255 or 7.41% from 378); Blue value is 239 (93.75% from 255 or 63.23% from 378); Max value from RGB is 239 - color contains mainly: blue. Hex color #6F1CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F1CEF is #90E310. Grayscale: #4C4C4C. Windows color (decimal): -9495313 or 15670383. OLE color: 15670383.
HSL color Cylindrical-coordinate representation of color #6F1CEF: hue angle of 263.6º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F1CEF is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 28 | 239 | - |
| CMYK | 0.54 | 0.88 | 0 | 0.06 |
| HSL | 263.6º | 0.87% | 0.52% | - |
| HSV(B) | 263.6º | 0.88% | 0.94% | - |
| XYZ | 22.55 | 10.44 | 82.49 | - |
| YUV | 76.87 | 219.5 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 28 | 239 | 0.54 | 0.88 | 0 | 0.06 | 263.6 | 0.87 | 0.52 |
| Hex | 6F | 1C | EF | 36 | 58 | 0 | 6 | 108 | 57 | 34 |
| Octal | 157 | 34 | 357 | 66 | 130 | 0 | 6 | 410 | 127 | 64 |
| Binary | 1101111 | 11100 | 11101111 | 110110 | 1011000 | 0 | 110 | 100001000 | 1010111 | 110100 |
Color Harmonies of #6F1CEF
Complementary color
Monochromatic Colors of #6F1CEF
Black with #6F1CEF
Text Example
Text Example
White with #6F1CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1CEF; }
p { color: rgb(111,28,239); }
H1.HeaderClassName
{
color: #6F1CEF;
}
.AnyTagClassName
{
color: #6F1CEF;
}
</style>
background-color css
<style>
a { background-color: #6F1CEF; }
a { background-color: rgb(111,28,239); }
div.DivClassName
{
background-color: #6F1CEF;
}
.BgClassName
{
background-color: #6F1CEF;
}
</style>
border-color css
<style>
span { border-color: #6F1CEF; }
span { border-color: rgb(111,28,239); }
td.TdClassName
{
border-color: #6F1CEF;
}
.TagClassName
{
border-color: #6F1CEF;
}
</style>