Shades of Han Purple #602FF8
Tints of Han Purple #602FF8
RGB
CMYK
RGB Variations
Color information
#602FF8 (or 0x602FF8) is known color: Han Purple. HEX triplet: 60, 2F and F8. RGB value is (96,47,248). Sum of RGB (Red+Green+Blue) = 96+47+248=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 47 (18.75% from 255 or 12.02% from 391); Blue value is 248 (97.27% from 255 or 63.43% from 391); Max value from RGB is 248 - color contains mainly: blue. Hex color #602FF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602FF8 is #9FD007. Grayscale: #535353. Windows color (decimal): -10473480 or 16265056. OLE color: 16265056.
HSL color Cylindrical-coordinate representation of color #602FF8: hue angle of 254.63º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #602FF8 is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 47 | 248 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.03 |
| HSL | 254.63º | 0.93% | 0.58% | - |
| HSV(B) | 254.63º | 0.81% | 0.97% | - |
| XYZ | 22.78 | 11.3 | 89.79 | - |
| YUV | 84.57 | 220.23 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 47 | 248 | 0.61 | 0.81 | 0 | 0.03 | 254.63 | 0.93 | 0.58 |
| Hex | 60 | 2F | F8 | 3D | 51 | 0 | 3 | FF | 5D | 3A |
| Octal | 140 | 57 | 370 | 75 | 121 | 0 | 3 | 377 | 135 | 72 |
| Binary | 1100000 | 101111 | 11111000 | 111101 | 1010001 | 0 | 11 | 11111111 | 1011101 | 111010 |
Color Harmonies of #602FF8
Complementary color
Monochromatic Colors of #602FF8
Black with #602FF8
Text Example
Text Example
White with #602FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602FF8; }
p { color: rgb(96,47,248); }
H1.HeaderClassName
{
color: #602FF8;
}
.AnyTagClassName
{
color: #602FF8;
}
</style>
background-color css
<style>
a { background-color: #602FF8; }
a { background-color: rgb(96,47,248); }
div.DivClassName
{
background-color: #602FF8;
}
.BgClassName
{
background-color: #602FF8;
}
</style>
border-color css
<style>
span { border-color: #602FF8; }
span { border-color: rgb(96,47,248); }
td.TdClassName
{
border-color: #602FF8;
}
.TagClassName
{
border-color: #602FF8;
}
</style>