Shades of Han Purple #6F29FD
Tints of Han Purple #6F29FD
RGB
CMYK
RGB Variations
Color information
#6F29FD (or 0x6F29FD) is known color: Han Purple. HEX triplet: 6F, 29 and FD. RGB value is (111,41,253). Sum of RGB (Red+Green+Blue) = 111+41+253=405 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.41% from 405); Green value is 41 (16.41% from 255 or 10.12% from 405); Blue value is 253 (99.22% from 255 or 62.47% from 405); Max value from RGB is 253 - color contains mainly: blue. Hex color #6F29FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F29FD is #90D602. Grayscale: #555555. Windows color (decimal): -9491971 or 16591215. OLE color: 16591215.
HSL color Cylindrical-coordinate representation of color #6F29FD: hue angle of 259.81º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F29FD is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 41 | 253 | - |
| CMYK | 0.56 | 0.84 | 0 | 0.01 |
| HSL | 259.81º | 0.98% | 0.58% | - |
| HSV(B) | 259.81º | 0.84% | 0.99% | - |
| XYZ | 25.08 | 12.06 | 93.93 | - |
| YUV | 86.1 | 222.19 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 41 | 253 | 0.56 | 0.84 | 0 | 0.01 | 259.81 | 0.98 | 0.58 |
| Hex | 6F | 29 | FD | 38 | 54 | 0 | 1 | 104 | 62 | 3A |
| Octal | 157 | 51 | 375 | 70 | 124 | 0 | 1 | 404 | 142 | 72 |
| Binary | 1101111 | 101001 | 11111101 | 111000 | 1010100 | 0 | 1 | 100000100 | 1100010 | 111010 |
Color Harmonies of #6F29FD
Complementary color
Monochromatic Colors of #6F29FD
Black with #6F29FD
Text Example
Text Example
White with #6F29FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F29FD; }
p { color: rgb(111,41,253); }
H1.HeaderClassName
{
color: #6F29FD;
}
.AnyTagClassName
{
color: #6F29FD;
}
</style>
background-color css
<style>
a { background-color: #6F29FD; }
a { background-color: rgb(111,41,253); }
div.DivClassName
{
background-color: #6F29FD;
}
.BgClassName
{
background-color: #6F29FD;
}
</style>
border-color css
<style>
span { border-color: #6F29FD; }
span { border-color: rgb(111,41,253); }
td.TdClassName
{
border-color: #6F29FD;
}
.TagClassName
{
border-color: #6F29FD;
}
</style>