Shades of Han Purple #6F1CEE
Tints of Han Purple #6F1CEE
RGB
CMYK
RGB Variations
Color information
#6F1CEE (or 0x6F1CEE) is known color: Han Purple. HEX triplet: 6F, 1C and EE. RGB value is (111,28,238). Sum of RGB (Red+Green+Blue) = 111+28+238=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 238 (93.36% from 255 or 63.13% from 377); Max value from RGB is 238 - color contains mainly: blue. Hex color #6F1CEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F1CEE is #90E311. Grayscale: #4C4C4C. Windows color (decimal): -9495314 or 15604847. OLE color: 15604847.
HSL color Cylindrical-coordinate representation of color #6F1CEE: hue angle of 263.71º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F1CEE is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 28 | 238 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.07 |
| HSL | 263.71º | 0.86% | 0.52% | - |
| HSV(B) | 263.71º | 0.88% | 0.93% | - |
| XYZ | 22.4 | 10.38 | 81.71 | - |
| YUV | 76.76 | 219 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 28 | 238 | 0.53 | 0.88 | 0 | 0.07 | 263.71 | 0.86 | 0.52 |
| Hex | 6F | 1C | EE | 35 | 58 | 0 | 7 | 108 | 56 | 34 |
| Octal | 157 | 34 | 356 | 65 | 130 | 0 | 7 | 410 | 126 | 64 |
| Binary | 1101111 | 11100 | 11101110 | 110101 | 1011000 | 0 | 111 | 100001000 | 1010110 | 110100 |
Color Harmonies of #6F1CEE
Complementary color
Monochromatic Colors of #6F1CEE
Black with #6F1CEE
Text Example
Text Example
White with #6F1CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1CEE; }
p { color: rgb(111,28,238); }
H1.HeaderClassName
{
color: #6F1CEE;
}
.AnyTagClassName
{
color: #6F1CEE;
}
</style>
background-color css
<style>
a { background-color: #6F1CEE; }
a { background-color: rgb(111,28,238); }
div.DivClassName
{
background-color: #6F1CEE;
}
.BgClassName
{
background-color: #6F1CEE;
}
</style>
border-color css
<style>
span { border-color: #6F1CEE; }
span { border-color: rgb(111,28,238); }
td.TdClassName
{
border-color: #6F1CEE;
}
.TagClassName
{
border-color: #6F1CEE;
}
</style>