Shades of Han Purple #600FEB
Tints of Han Purple #600FEB
RGB
CMYK
RGB Variations
Color information
#600FEB (or 0x600FEB) is known color: Han Purple. HEX triplet: 60, 0F and EB. RGB value is (96,15,235). Sum of RGB (Red+Green+Blue) = 96+15+235=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 235 (92.19% from 255 or 67.92% from 346); Max value from RGB is 235 - color contains mainly: blue. Hex color #600FEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600FEB is #9FF014. Grayscale: #3F3F3F. Windows color (decimal): -10481685 or 15404896. OLE color: 15404896.
HSL color Cylindrical-coordinate representation of color #600FEB: hue angle of 262.09º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600FEB is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 15 | 235 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.08 |
| HSL | 262.09º | 0.88% | 0.49% | - |
| HSV(B) | 262.09º | 0.94% | 0.92% | - |
| XYZ | 19.99 | 8.83 | 79.25 | - |
| YUV | 64.3 | 224.34 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 15 | 235 | 0.59 | 0.94 | 0 | 0.08 | 262.09 | 0.88 | 0.49 |
| Hex | 60 | F | EB | 3B | 5E | 0 | 8 | 106 | 58 | 31 |
| Octal | 140 | 17 | 353 | 73 | 136 | 0 | 10 | 406 | 130 | 61 |
| Binary | 1100000 | 1111 | 11101011 | 111011 | 1011110 | 0 | 1000 | 100000110 | 1011000 | 110001 |
Color Harmonies of #600FEB
Complementary color
Monochromatic Colors of #600FEB
Black with #600FEB
Text Example
Text Example
White with #600FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600FEB; }
p { color: rgb(96,15,235); }
H1.HeaderClassName
{
color: #600FEB;
}
.AnyTagClassName
{
color: #600FEB;
}
</style>
background-color css
<style>
a { background-color: #600FEB; }
a { background-color: rgb(96,15,235); }
div.DivClassName
{
background-color: #600FEB;
}
.BgClassName
{
background-color: #600FEB;
}
</style>
border-color css
<style>
span { border-color: #600FEB; }
span { border-color: rgb(96,15,235); }
td.TdClassName
{
border-color: #600FEB;
}
.TagClassName
{
border-color: #600FEB;
}
</style>