Shades of Han Purple #6F37FD
Tints of Han Purple #6F37FD
RGB
CMYK
RGB Variations
Color information
#6F37FD (or 0x6F37FD) is known color: Han Purple. HEX triplet: 6F, 37 and FD. RGB value is (111,55,253). Sum of RGB (Red+Green+Blue) = 111+55+253=419 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.49% from 419); Green value is 55 (21.88% from 255 or 13.13% from 419); Blue value is 253 (99.22% from 255 or 60.38% from 419); Max value from RGB is 253 - color contains mainly: blue. Hex color #6F37FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F37FD is #90C802. Grayscale: #5D5D5D. Windows color (decimal): -9488387 or 16594799. OLE color: 16594799.
HSL color Cylindrical-coordinate representation of color #6F37FD: hue angle of 256.97º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F37FD is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 55 | 253 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.01 |
| HSL | 256.97º | 0.98% | 0.6% | - |
| HSV(B) | 256.97º | 0.78% | 0.99% | - |
| XYZ | 25.65 | 13.2 | 94.13 | - |
| YUV | 94.32 | 217.55 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 55 | 253 | 0.56 | 0.78 | 0 | 0.01 | 256.97 | 0.98 | 0.6 |
| Hex | 6F | 37 | FD | 38 | 4E | 0 | 1 | 101 | 62 | 3C |
| Octal | 157 | 67 | 375 | 70 | 116 | 0 | 1 | 401 | 142 | 74 |
| Binary | 1101111 | 110111 | 11111101 | 111000 | 1001110 | 0 | 1 | 100000001 | 1100010 | 111100 |
Color Harmonies of #6F37FD
Complementary color
Monochromatic Colors of #6F37FD
Black with #6F37FD
Text Example
Text Example
White with #6F37FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F37FD; }
p { color: rgb(111,55,253); }
H1.HeaderClassName
{
color: #6F37FD;
}
.AnyTagClassName
{
color: #6F37FD;
}
</style>
background-color css
<style>
a { background-color: #6F37FD; }
a { background-color: rgb(111,55,253); }
div.DivClassName
{
background-color: #6F37FD;
}
.BgClassName
{
background-color: #6F37FD;
}
</style>
border-color css
<style>
span { border-color: #6F37FD; }
span { border-color: rgb(111,55,253); }
td.TdClassName
{
border-color: #6F37FD;
}
.TagClassName
{
border-color: #6F37FD;
}
</style>