Shades of Han Purple #601BDD
Tints of Han Purple #601BDD
RGB
CMYK
RGB Variations
Color information
#601BDD (or 0x601BDD) is known color: Han Purple. HEX triplet: 60, 1B and DD. RGB value is (96,27,221). Sum of RGB (Red+Green+Blue) = 96+27+221=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 27 (10.94% from 255 or 7.85% from 344); Blue value is 221 (86.72% from 255 or 64.24% from 344); Max value from RGB is 221 - color contains mainly: blue. Hex color #601BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601BDD is #9FE422. Grayscale: #454545. Windows color (decimal): -10478627 or 14490464. OLE color: 14490464.
HSL color Cylindrical-coordinate representation of color #601BDD: hue angle of 261.34º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #601BDD is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 27 | 221 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.13 |
| HSL | 261.34º | 0.78% | 0.49% | - |
| HSV(B) | 261.34º | 0.88% | 0.87% | - |
| XYZ | 18.27 | 8.49 | 69.08 | - |
| YUV | 69.75 | 213.36 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 27 | 221 | 0.57 | 0.88 | 0 | 0.13 | 261.34 | 0.78 | 0.49 |
| Hex | 60 | 1B | DD | 39 | 58 | 0 | D | 105 | 4E | 31 |
| Octal | 140 | 33 | 335 | 71 | 130 | 0 | 15 | 405 | 116 | 61 |
| Binary | 1100000 | 11011 | 11011101 | 111001 | 1011000 | 0 | 1101 | 100000101 | 1001110 | 110001 |
Color Harmonies of #601BDD
Complementary color
Monochromatic Colors of #601BDD
Black with #601BDD
Text Example
Text Example
White with #601BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601BDD; }
p { color: rgb(96,27,221); }
H1.HeaderClassName
{
color: #601BDD;
}
.AnyTagClassName
{
color: #601BDD;
}
</style>
background-color css
<style>
a { background-color: #601BDD; }
a { background-color: rgb(96,27,221); }
div.DivClassName
{
background-color: #601BDD;
}
.BgClassName
{
background-color: #601BDD;
}
</style>
border-color css
<style>
span { border-color: #601BDD; }
span { border-color: rgb(96,27,221); }
td.TdClassName
{
border-color: #601BDD;
}
.TagClassName
{
border-color: #601BDD;
}
</style>