Shades of Han Purple #600FEC
Tints of Han Purple #600FEC
RGB
CMYK
RGB Variations
Color information
#600FEC (or 0x600FEC) is known color: Han Purple. HEX triplet: 60, 0F and EC. RGB value is (96,15,236). Sum of RGB (Red+Green+Blue) = 96+15+236=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 236 (92.58% from 255 or 68.01% from 347); Max value from RGB is 236 - color contains mainly: blue. Hex color #600FEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600FEC is #9FF013. Grayscale: #3F3F3F. Windows color (decimal): -10481684 or 15470432. OLE color: 15470432.
HSL color Cylindrical-coordinate representation of color #600FEC: hue angle of 261.99º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600FEC is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 15 | 236 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.07 |
| HSL | 261.99º | 0.88% | 0.49% | - |
| HSV(B) | 261.99º | 0.94% | 0.93% | - |
| XYZ | 20.14 | 8.88 | 80.01 | - |
| YUV | 64.41 | 224.84 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 15 | 236 | 0.59 | 0.94 | 0 | 0.07 | 261.99 | 0.88 | 0.49 |
| Hex | 60 | F | EC | 3B | 5E | 0 | 7 | 106 | 58 | 31 |
| Octal | 140 | 17 | 354 | 73 | 136 | 0 | 7 | 406 | 130 | 61 |
| Binary | 1100000 | 1111 | 11101100 | 111011 | 1011110 | 0 | 111 | 100000110 | 1011000 | 110001 |
Color Harmonies of #600FEC
Complementary color
Monochromatic Colors of #600FEC
Black with #600FEC
Text Example
Text Example
White with #600FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600FEC; }
p { color: rgb(96,15,236); }
H1.HeaderClassName
{
color: #600FEC;
}
.AnyTagClassName
{
color: #600FEC;
}
</style>
background-color css
<style>
a { background-color: #600FEC; }
a { background-color: rgb(96,15,236); }
div.DivClassName
{
background-color: #600FEC;
}
.BgClassName
{
background-color: #600FEC;
}
</style>
border-color css
<style>
span { border-color: #600FEC; }
span { border-color: rgb(96,15,236); }
td.TdClassName
{
border-color: #600FEC;
}
.TagClassName
{
border-color: #600FEC;
}
</style>