Shades of Han Purple #600FED
Tints of Han Purple #600FED
RGB
CMYK
RGB Variations
Color information
#600FED (or 0x600FED) is known color: Han Purple. HEX triplet: 60, 0F and ED. RGB value is (96,15,237). Sum of RGB (Red+Green+Blue) = 96+15+237=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 237 (92.97% from 255 or 68.10% from 348); Max value from RGB is 237 - color contains mainly: blue. Hex color #600FED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600FED is #9FF012. Grayscale: #3F3F3F. Windows color (decimal): -10481683 or 15535968. OLE color: 15535968.
HSL color Cylindrical-coordinate representation of color #600FED: hue angle of 261.89º 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 #600FED is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 15 | 237 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.07 |
| HSL | 261.89º | 0.88% | 0.49% | - |
| HSV(B) | 261.89º | 0.94% | 0.93% | - |
| XYZ | 20.28 | 8.94 | 80.78 | - |
| YUV | 64.53 | 225.34 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 15 | 237 | 0.59 | 0.94 | 0 | 0.07 | 261.89 | 0.88 | 0.49 |
| Hex | 60 | F | ED | 3B | 5E | 0 | 7 | 106 | 58 | 31 |
| Octal | 140 | 17 | 355 | 73 | 136 | 0 | 7 | 406 | 130 | 61 |
| Binary | 1100000 | 1111 | 11101101 | 111011 | 1011110 | 0 | 111 | 100000110 | 1011000 | 110001 |
Color Harmonies of #600FED
Complementary color
Monochromatic Colors of #600FED
Black with #600FED
Text Example
Text Example
White with #600FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600FED; }
p { color: rgb(96,15,237); }
H1.HeaderClassName
{
color: #600FED;
}
.AnyTagClassName
{
color: #600FED;
}
</style>
background-color css
<style>
a { background-color: #600FED; }
a { background-color: rgb(96,15,237); }
div.DivClassName
{
background-color: #600FED;
}
.BgClassName
{
background-color: #600FED;
}
</style>
border-color css
<style>
span { border-color: #600FED; }
span { border-color: rgb(96,15,237); }
td.TdClassName
{
border-color: #600FED;
}
.TagClassName
{
border-color: #600FED;
}
</style>