Shades of Han Purple #600FDF
Tints of Han Purple #600FDF
RGB
CMYK
RGB Variations
Color information
#600FDF (or 0x600FDF) is known color: Han Purple. HEX triplet: 60, 0F and DF. RGB value is (96,15,223). Sum of RGB (Red+Green+Blue) = 96+15+223=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #600FDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600FDF is #9FF020. Grayscale: #3E3E3E. Windows color (decimal): -10481697 or 14618464. OLE color: 14618464.
HSL color Cylindrical-coordinate representation of color #600FDF: hue angle of 263.37º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #600FDF is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 15 | 223 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.13 |
| HSL | 263.37º | 0.87% | 0.47% | - |
| HSV(B) | 263.37º | 0.93% | 0.87% | - |
| XYZ | 18.31 | 8.16 | 70.42 | - |
| YUV | 62.93 | 218.34 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 15 | 223 | 0.57 | 0.93 | 0 | 0.13 | 263.37 | 0.87 | 0.47 |
| Hex | 60 | F | DF | 39 | 5D | 0 | D | 107 | 57 | 2F |
| Octal | 140 | 17 | 337 | 71 | 135 | 0 | 15 | 407 | 127 | 57 |
| Binary | 1100000 | 1111 | 11011111 | 111001 | 1011101 | 0 | 1101 | 100000111 | 1010111 | 101111 |
Color Harmonies of #600FDF
Complementary color
Monochromatic Colors of #600FDF
Black with #600FDF
Text Example
Text Example
White with #600FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600FDF; }
p { color: rgb(96,15,223); }
H1.HeaderClassName
{
color: #600FDF;
}
.AnyTagClassName
{
color: #600FDF;
}
</style>
background-color css
<style>
a { background-color: #600FDF; }
a { background-color: rgb(96,15,223); }
div.DivClassName
{
background-color: #600FDF;
}
.BgClassName
{
background-color: #600FDF;
}
</style>
border-color css
<style>
span { border-color: #600FDF; }
span { border-color: rgb(96,15,223); }
td.TdClassName
{
border-color: #600FDF;
}
.TagClassName
{
border-color: #600FDF;
}
</style>