Shades of Han Purple #602EF1
Tints of Han Purple #602EF1
RGB
CMYK
RGB Variations
Color information
#602EF1 (or 0x602EF1) is known color: Han Purple. HEX triplet: 60, 2E and F1. RGB value is (96,46,241). Sum of RGB (Red+Green+Blue) = 96+46+241=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 46 (18.36% from 255 or 12.01% from 383); Blue value is 241 (94.53% from 255 or 62.92% from 383); Max value from RGB is 241 - color contains mainly: blue. Hex color #602EF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602EF1 is #9FD10E. Grayscale: #525252. Windows color (decimal): -10473743 or 15806048. OLE color: 15806048.
HSL color Cylindrical-coordinate representation of color #602EF1: hue angle of 255.38º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #602EF1 is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 46 | 241 | - |
| CMYK | 0.60 | 0.81 | 0 | 0.05 |
| HSL | 255.38º | 0.87% | 0.56% | - |
| HSV(B) | 255.38º | 0.81% | 0.95% | - |
| XYZ | 21.68 | 10.79 | 84.16 | - |
| YUV | 83.18 | 217.07 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 46 | 241 | 0.60 | 0.81 | 0 | 0.05 | 255.38 | 0.87 | 0.56 |
| Hex | 60 | 2E | F1 | 3C | 51 | 0 | 5 | FF | 57 | 38 |
| Octal | 140 | 56 | 361 | 74 | 121 | 0 | 5 | 377 | 127 | 70 |
| Binary | 1100000 | 101110 | 11110001 | 111100 | 1010001 | 0 | 101 | 11111111 | 1010111 | 111000 |
Color Harmonies of #602EF1
Complementary color
Monochromatic Colors of #602EF1
Black with #602EF1
Text Example
Text Example
White with #602EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602EF1; }
p { color: rgb(96,46,241); }
H1.HeaderClassName
{
color: #602EF1;
}
.AnyTagClassName
{
color: #602EF1;
}
</style>
background-color css
<style>
a { background-color: #602EF1; }
a { background-color: rgb(96,46,241); }
div.DivClassName
{
background-color: #602EF1;
}
.BgClassName
{
background-color: #602EF1;
}
</style>
border-color css
<style>
span { border-color: #602EF1; }
span { border-color: rgb(96,46,241); }
td.TdClassName
{
border-color: #602EF1;
}
.TagClassName
{
border-color: #602EF1;
}
</style>