Shades of Han Purple #601EDF
Tints of Han Purple #601EDF
RGB
CMYK
RGB Variations
Color information
#601EDF (or 0x601EDF) is known color: Han Purple. HEX triplet: 60, 1E and DF. RGB value is (96,30,223). Sum of RGB (Red+Green+Blue) = 96+30+223=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #601EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601EDF is #9FE120. Grayscale: #474747. Windows color (decimal): -10477857 or 14622304. OLE color: 14622304.
HSL color Cylindrical-coordinate representation of color #601EDF: hue angle of 260.52º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #601EDF is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 30 | 223 | - |
| CMYK | 0.57 | 0.87 | 0 | 0.13 |
| HSL | 260.52º | 0.76% | 0.5% | - |
| HSV(B) | 260.52º | 0.87% | 0.87% | - |
| XYZ | 18.61 | 8.74 | 70.52 | - |
| YUV | 71.74 | 213.37 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 30 | 223 | 0.57 | 0.87 | 0 | 0.13 | 260.52 | 0.76 | 0.5 |
| Hex | 60 | 1E | DF | 39 | 57 | 0 | D | 105 | 4C | 32 |
| Octal | 140 | 36 | 337 | 71 | 127 | 0 | 15 | 405 | 114 | 62 |
| Binary | 1100000 | 11110 | 11011111 | 111001 | 1010111 | 0 | 1101 | 100000101 | 1001100 | 110010 |
Color Harmonies of #601EDF
Complementary color
Monochromatic Colors of #601EDF
Black with #601EDF
Text Example
Text Example
White with #601EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601EDF; }
p { color: rgb(96,30,223); }
H1.HeaderClassName
{
color: #601EDF;
}
.AnyTagClassName
{
color: #601EDF;
}
</style>
background-color css
<style>
a { background-color: #601EDF; }
a { background-color: rgb(96,30,223); }
div.DivClassName
{
background-color: #601EDF;
}
.BgClassName
{
background-color: #601EDF;
}
</style>
border-color css
<style>
span { border-color: #601EDF; }
span { border-color: rgb(96,30,223); }
td.TdClassName
{
border-color: #601EDF;
}
.TagClassName
{
border-color: #601EDF;
}
</style>