Shades of Han Purple #6F2DFE
Tints of Han Purple #6F2DFE
RGB
CMYK
RGB Variations
Color information
#6F2DFE (or 0x6F2DFE) is known color: Han Purple. HEX triplet: 6F, 2D and FE. RGB value is (111,45,254). Sum of RGB (Red+Green+Blue) = 111+45+254=410 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.07% from 410); Green value is 45 (17.97% from 255 or 10.98% from 410); Blue value is 254 (99.61% from 255 or 61.95% from 410); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F2DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F2DFE is #90D201. Grayscale: #575757. Windows color (decimal): -9490946 or 16657775. OLE color: 16657775.
HSL color Cylindrical-coordinate representation of color #6F2DFE: hue angle of 258.95º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F2DFE is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 45 | 254 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.00 |
| HSL | 258.95º | 0.99% | 0.59% | - |
| HSV(B) | 258.95º | 0.82% | 1% | - |
| XYZ | 25.38 | 12.41 | 94.82 | - |
| YUV | 88.56 | 221.37 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 45 | 254 | 0.56 | 0.82 | 0 | 0.00 | 258.95 | 0.99 | 0.59 |
| Hex | 6F | 2D | FE | 38 | 52 | 0 | 0 | 103 | 63 | 3B |
| Octal | 157 | 55 | 376 | 70 | 122 | 0 | 0 | 403 | 143 | 73 |
| Binary | 1101111 | 101101 | 11111110 | 111000 | 1010010 | 0 | 0 | 100000011 | 1100011 | 111011 |
Color Harmonies of #6F2DFE
Complementary color
Monochromatic Colors of #6F2DFE
Black with #6F2DFE
Text Example
Text Example
White with #6F2DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2DFE; }
p { color: rgb(111,45,254); }
H1.HeaderClassName
{
color: #6F2DFE;
}
.AnyTagClassName
{
color: #6F2DFE;
}
</style>
background-color css
<style>
a { background-color: #6F2DFE; }
a { background-color: rgb(111,45,254); }
div.DivClassName
{
background-color: #6F2DFE;
}
.BgClassName
{
background-color: #6F2DFE;
}
</style>
border-color css
<style>
span { border-color: #6F2DFE; }
span { border-color: rgb(111,45,254); }
td.TdClassName
{
border-color: #6F2DFE;
}
.TagClassName
{
border-color: #6F2DFE;
}
</style>