Shades of Han Purple #6F2FF9
Tints of Han Purple #6F2FF9
RGB
CMYK
RGB Variations
Color information
#6F2FF9 (or 0x6F2FF9) is known color: Han Purple. HEX triplet: 6F, 2F and F9. RGB value is (111,47,249). Sum of RGB (Red+Green+Blue) = 111+47+249=407 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.27% from 407); Green value is 47 (18.75% from 255 or 11.55% from 407); Blue value is 249 (97.66% from 255 or 61.18% from 407); Max value from RGB is 249 - color contains mainly: blue. Hex color #6F2FF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F2FF9 is #90D006. Grayscale: #585858. Windows color (decimal): -9490439 or 16330607. OLE color: 16330607.
HSL color Cylindrical-coordinate representation of color #6F2FF9: hue angle of 259.01º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F2FF9 is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 47 | 249 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.02 |
| HSL | 259.01º | 0.94% | 0.58% | - |
| HSV(B) | 259.01º | 0.81% | 0.98% | - |
| XYZ | 24.67 | 12.25 | 90.69 | - |
| YUV | 89.16 | 218.2 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 47 | 249 | 0.55 | 0.81 | 0 | 0.02 | 259.01 | 0.94 | 0.58 |
| Hex | 6F | 2F | F9 | 37 | 51 | 0 | 2 | 103 | 5E | 3A |
| Octal | 157 | 57 | 371 | 67 | 121 | 0 | 2 | 403 | 136 | 72 |
| Binary | 1101111 | 101111 | 11111001 | 110111 | 1010001 | 0 | 10 | 100000011 | 1011110 | 111010 |
Color Harmonies of #6F2FF9
Complementary color
Monochromatic Colors of #6F2FF9
Black with #6F2FF9
Text Example
Text Example
White with #6F2FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2FF9; }
p { color: rgb(111,47,249); }
H1.HeaderClassName
{
color: #6F2FF9;
}
.AnyTagClassName
{
color: #6F2FF9;
}
</style>
background-color css
<style>
a { background-color: #6F2FF9; }
a { background-color: rgb(111,47,249); }
div.DivClassName
{
background-color: #6F2FF9;
}
.BgClassName
{
background-color: #6F2FF9;
}
</style>
border-color css
<style>
span { border-color: #6F2FF9; }
span { border-color: rgb(111,47,249); }
td.TdClassName
{
border-color: #6F2FF9;
}
.TagClassName
{
border-color: #6F2FF9;
}
</style>