Shades of Han Purple #602FF1
Tints of Han Purple #602FF1
RGB
CMYK
RGB Variations
Color information
#602FF1 (or 0x602FF1) is known color: Han Purple. HEX triplet: 60, 2F and F1. RGB value is (96,47,241). Sum of RGB (Red+Green+Blue) = 96+47+241=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 47 (18.75% from 255 or 12.24% from 384); Blue value is 241 (94.53% from 255 or 62.76% from 384); Max value from RGB is 241 - color contains mainly: blue. Hex color #602FF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602FF1 is #9FD00E. Grayscale: #535353. Windows color (decimal): -10473487 or 15806304. OLE color: 15806304.
HSL color Cylindrical-coordinate representation of color #602FF1: hue angle of 255.15º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #602FF1 is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 47 | 241 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.05 |
| HSL | 255.15º | 0.87% | 0.56% | - |
| HSV(B) | 255.15º | 0.8% | 0.95% | - |
| XYZ | 21.72 | 10.87 | 84.17 | - |
| YUV | 83.77 | 216.73 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 47 | 241 | 0.60 | 0.80 | 0 | 0.05 | 255.15 | 0.87 | 0.56 |
| Hex | 60 | 2F | F1 | 3C | 50 | 0 | 5 | FF | 57 | 38 |
| Octal | 140 | 57 | 361 | 74 | 120 | 0 | 5 | 377 | 127 | 70 |
| Binary | 1100000 | 101111 | 11110001 | 111100 | 1010000 | 0 | 101 | 11111111 | 1010111 | 111000 |
Color Harmonies of #602FF1
Complementary color
Monochromatic Colors of #602FF1
Black with #602FF1
Text Example
Text Example
White with #602FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602FF1; }
p { color: rgb(96,47,241); }
H1.HeaderClassName
{
color: #602FF1;
}
.AnyTagClassName
{
color: #602FF1;
}
</style>
background-color css
<style>
a { background-color: #602FF1; }
a { background-color: rgb(96,47,241); }
div.DivClassName
{
background-color: #602FF1;
}
.BgClassName
{
background-color: #602FF1;
}
</style>
border-color css
<style>
span { border-color: #602FF1; }
span { border-color: rgb(96,47,241); }
td.TdClassName
{
border-color: #602FF1;
}
.TagClassName
{
border-color: #602FF1;
}
</style>