Shades of Han Purple #6016FD
Tints of Han Purple #6016FD
RGB
CMYK
RGB Variations
Color information
#6016FD (or 0x6016FD) is known color: Han Purple. HEX triplet: 60, 16 and FD. RGB value is (96,22,253). Sum of RGB (Red+Green+Blue) = 96+22+253=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 253 (99.22% from 255 or 68.19% from 371); Max value from RGB is 253 - color contains mainly: blue. Hex color #6016FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6016FD is #9FE902. Grayscale: #454545. Windows color (decimal): -10479875 or 16586336. OLE color: 16586336.
HSL color Cylindrical-coordinate representation of color #6016FD: hue angle of 259.22º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6016FD is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 22 | 253 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.01 |
| HSL | 259.22º | 0.98% | 0.54% | - |
| HSV(B) | 259.22º | 0.91% | 0.99% | - |
| XYZ | 22.84 | 10.15 | 93.68 | - |
| YUV | 70.46 | 231.02 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 22 | 253 | 0.62 | 0.91 | 0 | 0.01 | 259.22 | 0.98 | 0.54 |
| Hex | 60 | 16 | FD | 3E | 5B | 0 | 1 | 103 | 62 | 36 |
| Octal | 140 | 26 | 375 | 76 | 133 | 0 | 1 | 403 | 142 | 66 |
| Binary | 1100000 | 10110 | 11111101 | 111110 | 1011011 | 0 | 1 | 100000011 | 1100010 | 110110 |
Color Harmonies of #6016FD
Complementary color
Monochromatic Colors of #6016FD
Black with #6016FD
Text Example
Text Example
White with #6016FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6016FD; }
p { color: rgb(96,22,253); }
H1.HeaderClassName
{
color: #6016FD;
}
.AnyTagClassName
{
color: #6016FD;
}
</style>
background-color css
<style>
a { background-color: #6016FD; }
a { background-color: rgb(96,22,253); }
div.DivClassName
{
background-color: #6016FD;
}
.BgClassName
{
background-color: #6016FD;
}
</style>
border-color css
<style>
span { border-color: #6016FD; }
span { border-color: rgb(96,22,253); }
td.TdClassName
{
border-color: #6016FD;
}
.TagClassName
{
border-color: #6016FD;
}
</style>