Shades of Han Purple #6F2DFB
Tints of Han Purple #6F2DFB
RGB
CMYK
RGB Variations
Color information
#6F2DFB (or 0x6F2DFB) is known color: Han Purple. HEX triplet: 6F, 2D and FB. RGB value is (111,45,251). Sum of RGB (Red+Green+Blue) = 111+45+251=407 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.27% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 251 (98.44% from 255 or 61.67% from 407); Max value from RGB is 251 - color contains mainly: blue. Hex color #6F2DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F2DFB is #90D204. Grayscale: #575757. Windows color (decimal): -9490949 or 16461167. OLE color: 16461167.
HSL color Cylindrical-coordinate representation of color #6F2DFB: hue angle of 259.22º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F2DFB is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 45 | 251 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.02 |
| HSL | 259.22º | 0.96% | 0.58% | - |
| HSV(B) | 259.22º | 0.82% | 0.98% | - |
| XYZ | 24.91 | 12.22 | 92.31 | - |
| YUV | 88.22 | 219.87 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 45 | 251 | 0.56 | 0.82 | 0 | 0.02 | 259.22 | 0.96 | 0.58 |
| Hex | 6F | 2D | FB | 38 | 52 | 0 | 2 | 103 | 60 | 3A |
| Octal | 157 | 55 | 373 | 70 | 122 | 0 | 2 | 403 | 140 | 72 |
| Binary | 1101111 | 101101 | 11111011 | 111000 | 1010010 | 0 | 10 | 100000011 | 1100000 | 111010 |
Color Harmonies of #6F2DFB
Complementary color
Monochromatic Colors of #6F2DFB
Black with #6F2DFB
Text Example
Text Example
White with #6F2DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2DFB; }
p { color: rgb(111,45,251); }
H1.HeaderClassName
{
color: #6F2DFB;
}
.AnyTagClassName
{
color: #6F2DFB;
}
</style>
background-color css
<style>
a { background-color: #6F2DFB; }
a { background-color: rgb(111,45,251); }
div.DivClassName
{
background-color: #6F2DFB;
}
.BgClassName
{
background-color: #6F2DFB;
}
</style>
border-color css
<style>
span { border-color: #6F2DFB; }
span { border-color: rgb(111,45,251); }
td.TdClassName
{
border-color: #6F2DFB;
}
.TagClassName
{
border-color: #6F2DFB;
}
</style>