Shades of Han Purple #6F29FA
Tints of Han Purple #6F29FA
RGB
CMYK
RGB Variations
Color information
#6F29FA (or 0x6F29FA) is known color: Han Purple. HEX triplet: 6F, 29 and FA. RGB value is (111,41,250). Sum of RGB (Red+Green+Blue) = 111+41+250=402 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.61% from 402); Green value is 41 (16.41% from 255 or 10.20% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F29FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F29FA is #90D605. Grayscale: #545454. Windows color (decimal): -9491974 or 16394607. OLE color: 16394607.
HSL color Cylindrical-coordinate representation of color #6F29FA: hue angle of 260.1º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F29FA is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 41 | 250 | - |
| CMYK | 0.56 | 0.84 | 0 | 0.02 |
| HSL | 260.1º | 0.95% | 0.57% | - |
| HSV(B) | 260.1º | 0.84% | 0.98% | - |
| XYZ | 24.6 | 11.87 | 91.44 | - |
| YUV | 85.76 | 220.69 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 41 | 250 | 0.56 | 0.84 | 0 | 0.02 | 260.1 | 0.95 | 0.57 |
| Hex | 6F | 29 | FA | 38 | 54 | 0 | 2 | 104 | 5F | 39 |
| Octal | 157 | 51 | 372 | 70 | 124 | 0 | 2 | 404 | 137 | 71 |
| Binary | 1101111 | 101001 | 11111010 | 111000 | 1010100 | 0 | 10 | 100000100 | 1011111 | 111001 |
Color Harmonies of #6F29FA
Complementary color
Monochromatic Colors of #6F29FA
Black with #6F29FA
Text Example
Text Example
White with #6F29FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F29FA; }
p { color: rgb(111,41,250); }
H1.HeaderClassName
{
color: #6F29FA;
}
.AnyTagClassName
{
color: #6F29FA;
}
</style>
background-color css
<style>
a { background-color: #6F29FA; }
a { background-color: rgb(111,41,250); }
div.DivClassName
{
background-color: #6F29FA;
}
.BgClassName
{
background-color: #6F29FA;
}
</style>
border-color css
<style>
span { border-color: #6F29FA; }
span { border-color: rgb(111,41,250); }
td.TdClassName
{
border-color: #6F29FA;
}
.TagClassName
{
border-color: #6F29FA;
}
</style>