Shades of Han Purple #6F2FFC
Tints of Han Purple #6F2FFC
RGB
CMYK
RGB Variations
Color information
#6F2FFC (or 0x6F2FFC) is known color: Han Purple. HEX triplet: 6F, 2F and FC. RGB value is (111,47,252). Sum of RGB (Red+Green+Blue) = 111+47+252=410 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.07% from 410); Green value is 47 (18.75% from 255 or 11.46% from 410); Blue value is 252 (98.83% from 255 or 61.46% from 410); Max value from RGB is 252 - color contains mainly: blue. Hex color #6F2FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F2FFC is #90D003. Grayscale: #585858. Windows color (decimal): -9490436 or 16527215. OLE color: 16527215.
HSL color Cylindrical-coordinate representation of color #6F2FFC: hue angle of 258.73º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F2FFC is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 47 | 252 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.01 |
| HSL | 258.73º | 0.97% | 0.59% | - |
| HSV(B) | 258.73º | 0.81% | 0.99% | - |
| XYZ | 25.14 | 12.44 | 93.17 | - |
| YUV | 89.51 | 219.7 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 47 | 252 | 0.56 | 0.81 | 0 | 0.01 | 258.73 | 0.97 | 0.59 |
| Hex | 6F | 2F | FC | 38 | 51 | 0 | 1 | 103 | 61 | 3B |
| Octal | 157 | 57 | 374 | 70 | 121 | 0 | 1 | 403 | 141 | 73 |
| Binary | 1101111 | 101111 | 11111100 | 111000 | 1010001 | 0 | 1 | 100000011 | 1100001 | 111011 |
Color Harmonies of #6F2FFC
Complementary color
Monochromatic Colors of #6F2FFC
Black with #6F2FFC
Text Example
Text Example
White with #6F2FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2FFC; }
p { color: rgb(111,47,252); }
H1.HeaderClassName
{
color: #6F2FFC;
}
.AnyTagClassName
{
color: #6F2FFC;
}
</style>
background-color css
<style>
a { background-color: #6F2FFC; }
a { background-color: rgb(111,47,252); }
div.DivClassName
{
background-color: #6F2FFC;
}
.BgClassName
{
background-color: #6F2FFC;
}
</style>
border-color css
<style>
span { border-color: #6F2FFC; }
span { border-color: rgb(111,47,252); }
td.TdClassName
{
border-color: #6F2FFC;
}
.TagClassName
{
border-color: #6F2FFC;
}
</style>