Shades of Han Purple #601EF2
Tints of Han Purple #601EF2
RGB
CMYK
RGB Variations
Color information
#601EF2 (or 0x601EF2) is known color: Han Purple. HEX triplet: 60, 1E and F2. RGB value is (96,30,242). Sum of RGB (Red+Green+Blue) = 96+30+242=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 242 (94.92% from 255 or 65.76% from 368); Max value from RGB is 242 - color contains mainly: blue. Hex color #601EF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #601EF2 is #9FE10D. Grayscale: #494949. Windows color (decimal): -10477838 or 15867488. OLE color: 15867488.
HSL color Cylindrical-coordinate representation of color #601EF2: hue angle of 258.68º degrees, saturation: 0.89, 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 #601EF2 is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 30 | 242 | - |
| CMYK | 0.60 | 0.88 | 0 | 0.05 |
| HSL | 258.68º | 0.89% | 0.53% | - |
| HSV(B) | 258.68º | 0.88% | 0.95% | - |
| XYZ | 21.32 | 9.83 | 84.78 | - |
| YUV | 73.9 | 222.87 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 30 | 242 | 0.60 | 0.88 | 0 | 0.05 | 258.68 | 0.89 | 0.53 |
| Hex | 60 | 1E | F2 | 3C | 58 | 0 | 5 | 103 | 59 | 35 |
| Octal | 140 | 36 | 362 | 74 | 130 | 0 | 5 | 403 | 131 | 65 |
| Binary | 1100000 | 11110 | 11110010 | 111100 | 1011000 | 0 | 101 | 100000011 | 1011001 | 110101 |
Color Harmonies of #601EF2
Complementary color
Monochromatic Colors of #601EF2
Black with #601EF2
Text Example
Text Example
White with #601EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601EF2; }
p { color: rgb(96,30,242); }
H1.HeaderClassName
{
color: #601EF2;
}
.AnyTagClassName
{
color: #601EF2;
}
</style>
background-color css
<style>
a { background-color: #601EF2; }
a { background-color: rgb(96,30,242); }
div.DivClassName
{
background-color: #601EF2;
}
.BgClassName
{
background-color: #601EF2;
}
</style>
border-color css
<style>
span { border-color: #601EF2; }
span { border-color: rgb(96,30,242); }
td.TdClassName
{
border-color: #601EF2;
}
.TagClassName
{
border-color: #601EF2;
}
</style>