Shades of Han Purple #601CF1
Tints of Han Purple #601CF1
RGB
CMYK
RGB Variations
Color information
#601CF1 (or 0x601CF1) is known color: Han Purple. HEX triplet: 60, 1C and F1. RGB value is (96,28,241). Sum of RGB (Red+Green+Blue) = 96+28+241=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 241 (94.53% from 255 or 66.03% from 365); Max value from RGB is 241 - color contains mainly: blue. Hex color #601CF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #601CF1 is #9FE30E. Grayscale: #474747. Windows color (decimal): -10478351 or 15801440. OLE color: 15801440.
HSL color Cylindrical-coordinate representation of color #601CF1: hue angle of 259.15º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #601CF1 is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 28 | 241 | - |
| CMYK | 0.60 | 0.88 | 0 | 0.05 |
| HSL | 259.15º | 0.88% | 0.53% | - |
| HSV(B) | 259.15º | 0.88% | 0.95% | - |
| XYZ | 21.12 | 9.67 | 83.97 | - |
| YUV | 72.61 | 223.03 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 28 | 241 | 0.60 | 0.88 | 0 | 0.05 | 259.15 | 0.88 | 0.53 |
| Hex | 60 | 1C | F1 | 3C | 58 | 0 | 5 | 103 | 58 | 35 |
| Octal | 140 | 34 | 361 | 74 | 130 | 0 | 5 | 403 | 130 | 65 |
| Binary | 1100000 | 11100 | 11110001 | 111100 | 1011000 | 0 | 101 | 100000011 | 1011000 | 110101 |
Color Harmonies of #601CF1
Complementary color
Monochromatic Colors of #601CF1
Black with #601CF1
Text Example
Text Example
White with #601CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601CF1; }
p { color: rgb(96,28,241); }
H1.HeaderClassName
{
color: #601CF1;
}
.AnyTagClassName
{
color: #601CF1;
}
</style>
background-color css
<style>
a { background-color: #601CF1; }
a { background-color: rgb(96,28,241); }
div.DivClassName
{
background-color: #601CF1;
}
.BgClassName
{
background-color: #601CF1;
}
</style>
border-color css
<style>
span { border-color: #601CF1; }
span { border-color: rgb(96,28,241); }
td.TdClassName
{
border-color: #601CF1;
}
.TagClassName
{
border-color: #601CF1;
}
</style>