Shades of Han Purple #6F2DFC
Tints of Han Purple #6F2DFC
RGB
CMYK
RGB Variations
Color information
#6F2DFC (or 0x6F2DFC) is known color: Han Purple. HEX triplet: 6F, 2D and FC. RGB value is (111,45,252). Sum of RGB (Red+Green+Blue) = 111+45+252=408 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.21% from 408); Green value is 45 (17.97% from 255 or 11.03% from 408); Blue value is 252 (98.83% from 255 or 61.76% from 408); Max value from RGB is 252 - color contains mainly: blue. Hex color #6F2DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F2DFC is #90D203. Grayscale: #575757. Windows color (decimal): -9490948 or 16526703. OLE color: 16526703.
HSL color Cylindrical-coordinate representation of color #6F2DFC: hue angle of 259.13º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F2DFC is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 45 | 252 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.01 |
| HSL | 259.13º | 0.97% | 0.58% | - |
| HSV(B) | 259.13º | 0.82% | 0.99% | - |
| XYZ | 25.06 | 12.28 | 93.15 | - |
| YUV | 88.33 | 220.37 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 45 | 252 | 0.56 | 0.82 | 0 | 0.01 | 259.13 | 0.97 | 0.58 |
| Hex | 6F | 2D | FC | 38 | 52 | 0 | 1 | 103 | 61 | 3A |
| Octal | 157 | 55 | 374 | 70 | 122 | 0 | 1 | 403 | 141 | 72 |
| Binary | 1101111 | 101101 | 11111100 | 111000 | 1010010 | 0 | 1 | 100000011 | 1100001 | 111010 |
Color Harmonies of #6F2DFC
Complementary color
Monochromatic Colors of #6F2DFC
Black with #6F2DFC
Text Example
Text Example
White with #6F2DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2DFC; }
p { color: rgb(111,45,252); }
H1.HeaderClassName
{
color: #6F2DFC;
}
.AnyTagClassName
{
color: #6F2DFC;
}
</style>
background-color css
<style>
a { background-color: #6F2DFC; }
a { background-color: rgb(111,45,252); }
div.DivClassName
{
background-color: #6F2DFC;
}
.BgClassName
{
background-color: #6F2DFC;
}
</style>
border-color css
<style>
span { border-color: #6F2DFC; }
span { border-color: rgb(111,45,252); }
td.TdClassName
{
border-color: #6F2DFC;
}
.TagClassName
{
border-color: #6F2DFC;
}
</style>