Shades of Han Purple #601BEC
Tints of Han Purple #601BEC
RGB
CMYK
RGB Variations
Color information
#601BEC (or 0x601BEC) is known color: Han Purple. HEX triplet: 60, 1B and EC. RGB value is (96,27,236). Sum of RGB (Red+Green+Blue) = 96+27+236=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 27 (10.94% from 255 or 7.52% from 359); Blue value is 236 (92.58% from 255 or 65.74% from 359); Max value from RGB is 236 - color contains mainly: blue. Hex color #601BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #601BEC is #9FE413. Grayscale: #464646. Windows color (decimal): -10478612 or 15473504. OLE color: 15473504.
HSL color Cylindrical-coordinate representation of color #601BEC: hue angle of 259.81º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #601BEC is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 27 | 236 | - |
| CMYK | 0.59 | 0.89 | 0 | 0.07 |
| HSL | 259.81º | 0.85% | 0.52% | - |
| HSV(B) | 259.81º | 0.89% | 0.93% | - |
| XYZ | 20.36 | 9.33 | 80.08 | - |
| YUV | 71.46 | 220.86 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 27 | 236 | 0.59 | 0.89 | 0 | 0.07 | 259.81 | 0.85 | 0.52 |
| Hex | 60 | 1B | EC | 3B | 59 | 0 | 7 | 104 | 55 | 34 |
| Octal | 140 | 33 | 354 | 73 | 131 | 0 | 7 | 404 | 125 | 64 |
| Binary | 1100000 | 11011 | 11101100 | 111011 | 1011001 | 0 | 111 | 100000100 | 1010101 | 110100 |
Color Harmonies of #601BEC
Complementary color
Monochromatic Colors of #601BEC
Black with #601BEC
Text Example
Text Example
White with #601BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601BEC; }
p { color: rgb(96,27,236); }
H1.HeaderClassName
{
color: #601BEC;
}
.AnyTagClassName
{
color: #601BEC;
}
</style>
background-color css
<style>
a { background-color: #601BEC; }
a { background-color: rgb(96,27,236); }
div.DivClassName
{
background-color: #601BEC;
}
.BgClassName
{
background-color: #601BEC;
}
</style>
border-color css
<style>
span { border-color: #601BEC; }
span { border-color: rgb(96,27,236); }
td.TdClassName
{
border-color: #601BEC;
}
.TagClassName
{
border-color: #601BEC;
}
</style>