Shades of Han Purple #600FDE
Tints of Han Purple #600FDE
RGB
CMYK
RGB Variations
Color information
#600FDE (or 0x600FDE) is known color: Han Purple. HEX triplet: 60, 0F and DE. RGB value is (96,15,222). Sum of RGB (Red+Green+Blue) = 96+15+222=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 222 (87.11% from 255 or 66.67% from 333); Max value from RGB is 222 - color contains mainly: blue. Hex color #600FDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600FDE is #9FF021. Grayscale: #3E3E3E. Windows color (decimal): -10481698 or 14552928. OLE color: 14552928.
HSL color Cylindrical-coordinate representation of color #600FDE: hue angle of 263.48º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #600FDE is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 15 | 222 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.13 |
| HSL | 263.48º | 0.87% | 0.46% | - |
| HSV(B) | 263.48º | 0.93% | 0.87% | - |
| XYZ | 18.18 | 8.1 | 69.71 | - |
| YUV | 62.82 | 217.84 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 15 | 222 | 0.57 | 0.93 | 0 | 0.13 | 263.48 | 0.87 | 0.46 |
| Hex | 60 | F | DE | 39 | 5D | 0 | D | 107 | 57 | 2E |
| Octal | 140 | 17 | 336 | 71 | 135 | 0 | 15 | 407 | 127 | 56 |
| Binary | 1100000 | 1111 | 11011110 | 111001 | 1011101 | 0 | 1101 | 100000111 | 1010111 | 101110 |
Color Harmonies of #600FDE
Complementary color
Monochromatic Colors of #600FDE
Black with #600FDE
Text Example
Text Example
White with #600FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600FDE; }
p { color: rgb(96,15,222); }
H1.HeaderClassName
{
color: #600FDE;
}
.AnyTagClassName
{
color: #600FDE;
}
</style>
background-color css
<style>
a { background-color: #600FDE; }
a { background-color: rgb(96,15,222); }
div.DivClassName
{
background-color: #600FDE;
}
.BgClassName
{
background-color: #600FDE;
}
</style>
border-color css
<style>
span { border-color: #600FDE; }
span { border-color: rgb(96,15,222); }
td.TdClassName
{
border-color: #600FDE;
}
.TagClassName
{
border-color: #600FDE;
}
</style>