Shades of Han Purple #602FFF
Tints of Han Purple #602FFF
RGB
CMYK
RGB Variations
Color information
#602FFF (or 0x602FFF) is known color: Han Purple. HEX triplet: 60, 2F and FF. RGB value is (96,47,255). Sum of RGB (Red+Green+Blue) = 96+47+255=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #602FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602FFF is #9FD000. Grayscale: #545454. Windows color (decimal): -10473473 or 16723808. OLE color: 16723808.
HSL color Cylindrical-coordinate representation of color #602FFF: hue angle of 254.13º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #602FFF is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 47 | 255 | - |
| CMYK | 0.62 | 0.82 | 0 | 0 |
| HSL | 254.13º | 1% | 0.59% | - |
| HSV(B) | 254.13º | 0.82% | 1% | - |
| XYZ | 23.89 | 11.74 | 95.61 | - |
| YUV | 85.36 | 223.73 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 47 | 255 | 0.62 | 0.82 | 0 | 0 | 254.13 | 1 | 0.59 |
| Hex | 60 | 2F | FF | 3E | 52 | 0 | 0 | FE | 64 | 3B |
| Octal | 140 | 57 | 377 | 76 | 122 | 0 | 0 | 376 | 144 | 73 |
| Binary | 1100000 | 101111 | 11111111 | 111110 | 1010010 | 0 | 0 | 11111110 | 1100100 | 111011 |
Color Harmonies of #602FFF
Complementary color
Monochromatic Colors of #602FFF
Black with #602FFF
Text Example
Text Example
White with #602FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602FFF; }
p { color: rgb(96,47,255); }
H1.HeaderClassName
{
color: #602FFF;
}
.AnyTagClassName
{
color: #602FFF;
}
</style>
background-color css
<style>
a { background-color: #602FFF; }
a { background-color: rgb(96,47,255); }
div.DivClassName
{
background-color: #602FFF;
}
.BgClassName
{
background-color: #602FFF;
}
</style>
border-color css
<style>
span { border-color: #602FFF; }
span { border-color: rgb(96,47,255); }
td.TdClassName
{
border-color: #602FFF;
}
.TagClassName
{
border-color: #602FFF;
}
</style>