Shades of Han Purple #601CE6
Tints of Han Purple #601CE6
RGB
CMYK
RGB Variations
Color information
#601CE6 (or 0x601CE6) is known color: Han Purple. HEX triplet: 60, 1C and E6. RGB value is (96,28,230). Sum of RGB (Red+Green+Blue) = 96+28+230=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 28 (11.33% from 255 or 7.91% from 354); Blue value is 230 (90.23% from 255 or 64.97% from 354); Max value from RGB is 230 - color contains mainly: blue. Hex color #601CE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #601CE6 is #9FE319. Grayscale: #464646. Windows color (decimal): -10478362 or 15080544. OLE color: 15080544.
HSL color Cylindrical-coordinate representation of color #601CE6: hue angle of 260.2º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #601CE6 is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 28 | 230 | - |
| CMYK | 0.58 | 0.88 | 0 | 0.10 |
| HSL | 260.2º | 0.8% | 0.51% | - |
| HSV(B) | 260.2º | 0.88% | 0.9% | - |
| XYZ | 19.52 | 9.03 | 75.58 | - |
| YUV | 71.36 | 217.53 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 28 | 230 | 0.58 | 0.88 | 0 | 0.10 | 260.2 | 0.8 | 0.51 |
| Hex | 60 | 1C | E6 | 3A | 58 | 0 | A | 104 | 50 | 33 |
| Octal | 140 | 34 | 346 | 72 | 130 | 0 | 12 | 404 | 120 | 63 |
| Binary | 1100000 | 11100 | 11100110 | 111010 | 1011000 | 0 | 1010 | 100000100 | 1010000 | 110011 |
Color Harmonies of #601CE6
Complementary color
Monochromatic Colors of #601CE6
Black with #601CE6
Text Example
Text Example
White with #601CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601CE6; }
p { color: rgb(96,28,230); }
H1.HeaderClassName
{
color: #601CE6;
}
.AnyTagClassName
{
color: #601CE6;
}
</style>
background-color css
<style>
a { background-color: #601CE6; }
a { background-color: rgb(96,28,230); }
div.DivClassName
{
background-color: #601CE6;
}
.BgClassName
{
background-color: #601CE6;
}
</style>
border-color css
<style>
span { border-color: #601CE6; }
span { border-color: rgb(96,28,230); }
td.TdClassName
{
border-color: #601CE6;
}
.TagClassName
{
border-color: #601CE6;
}
</style>