Shades of Han Purple #601FEC
Tints of Han Purple #601FEC
RGB
CMYK
RGB Variations
Color information
#601FEC (or 0x601FEC) is known color: Han Purple. HEX triplet: 60, 1F and EC. RGB value is (96,31,236). Sum of RGB (Red+Green+Blue) = 96+31+236=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 236 (92.58% from 255 or 65.01% from 363); Max value from RGB is 236 - color contains mainly: blue. Hex color #601FEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #601FEC is #9FE013. Grayscale: #494949. Windows color (decimal): -10477588 or 15474528. OLE color: 15474528.
HSL color Cylindrical-coordinate representation of color #601FEC: hue angle of 259.02º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #601FEC is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 31 | 236 | - |
| CMYK | 0.59 | 0.87 | 0 | 0.07 |
| HSL | 259.02º | 0.84% | 0.52% | - |
| HSV(B) | 259.02º | 0.87% | 0.93% | - |
| XYZ | 20.45 | 9.52 | 80.12 | - |
| YUV | 73.81 | 219.53 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 31 | 236 | 0.59 | 0.87 | 0 | 0.07 | 259.02 | 0.84 | 0.52 |
| Hex | 60 | 1F | EC | 3B | 57 | 0 | 7 | 103 | 54 | 34 |
| Octal | 140 | 37 | 354 | 73 | 127 | 0 | 7 | 403 | 124 | 64 |
| Binary | 1100000 | 11111 | 11101100 | 111011 | 1010111 | 0 | 111 | 100000011 | 1010100 | 110100 |
Color Harmonies of #601FEC
Complementary color
Monochromatic Colors of #601FEC
Black with #601FEC
Text Example
Text Example
White with #601FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601FEC; }
p { color: rgb(96,31,236); }
H1.HeaderClassName
{
color: #601FEC;
}
.AnyTagClassName
{
color: #601FEC;
}
</style>
background-color css
<style>
a { background-color: #601FEC; }
a { background-color: rgb(96,31,236); }
div.DivClassName
{
background-color: #601FEC;
}
.BgClassName
{
background-color: #601FEC;
}
</style>
border-color css
<style>
span { border-color: #601FEC; }
span { border-color: rgb(96,31,236); }
td.TdClassName
{
border-color: #601FEC;
}
.TagClassName
{
border-color: #601FEC;
}
</style>