Shades of Han Purple #6010F7
Tints of Han Purple #6010F7
RGB
CMYK
RGB Variations
Color information
#6010F7 (or 0x6010F7) is known color: Han Purple. HEX triplet: 60, 10 and F7. RGB value is (96,16,247). Sum of RGB (Red+Green+Blue) = 96+16+247=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 247 (96.88% from 255 or 68.80% from 359); Max value from RGB is 247 - color contains mainly: blue. Hex color #6010F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6010F7 is #9FEF08. Grayscale: #414141. Windows color (decimal): -10481417 or 16191584. OLE color: 16191584.
HSL color Cylindrical-coordinate representation of color #6010F7: hue angle of 260.78º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6010F7 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 16 | 247 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.03 |
| HSL | 260.78º | 0.94% | 0.52% | - |
| HSV(B) | 260.78º | 0.94% | 0.97% | - |
| XYZ | 21.8 | 9.57 | 88.69 | - |
| YUV | 66.25 | 230 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 16 | 247 | 0.61 | 0.94 | 0 | 0.03 | 260.78 | 0.94 | 0.52 |
| Hex | 60 | 10 | F7 | 3D | 5E | 0 | 3 | 105 | 5E | 34 |
| Octal | 140 | 20 | 367 | 75 | 136 | 0 | 3 | 405 | 136 | 64 |
| Binary | 1100000 | 10000 | 11110111 | 111101 | 1011110 | 0 | 11 | 100000101 | 1011110 | 110100 |
Color Harmonies of #6010F7
Complementary color
Monochromatic Colors of #6010F7
Black with #6010F7
Text Example
Text Example
White with #6010F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6010F7; }
p { color: rgb(96,16,247); }
H1.HeaderClassName
{
color: #6010F7;
}
.AnyTagClassName
{
color: #6010F7;
}
</style>
background-color css
<style>
a { background-color: #6010F7; }
a { background-color: rgb(96,16,247); }
div.DivClassName
{
background-color: #6010F7;
}
.BgClassName
{
background-color: #6010F7;
}
</style>
border-color css
<style>
span { border-color: #6010F7; }
span { border-color: rgb(96,16,247); }
td.TdClassName
{
border-color: #6010F7;
}
.TagClassName
{
border-color: #6010F7;
}
</style>