Shades of Han Purple #602DF9
Tints of Han Purple #602DF9
RGB
CMYK
RGB Variations
Color information
#602DF9 (or 0x602DF9) is known color: Han Purple. HEX triplet: 60, 2D and F9. RGB value is (96,45,249). Sum of RGB (Red+Green+Blue) = 96+45+249=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 249 (97.66% from 255 or 63.85% from 390); Max value from RGB is 249 - color contains mainly: blue. Hex color #602DF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602DF9 is #9FD206. Grayscale: #525252. Windows color (decimal): -10473991 or 16330080. OLE color: 16330080.
HSL color Cylindrical-coordinate representation of color #602DF9: hue angle of 255º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #602DF9 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 45 | 249 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.02 |
| HSL | 255º | 0.94% | 0.58% | - |
| HSV(B) | 255º | 0.82% | 0.98% | - |
| XYZ | 22.86 | 11.2 | 90.58 | - |
| YUV | 83.51 | 221.4 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 249 | 0.61 | 0.82 | 0 | 0.02 | 255 | 0.94 | 0.58 |
| Hex | 60 | 2D | F9 | 3D | 52 | 0 | 2 | FF | 5E | 3A |
| Octal | 140 | 55 | 371 | 75 | 122 | 0 | 2 | 377 | 136 | 72 |
| Binary | 1100000 | 101101 | 11111001 | 111101 | 1010010 | 0 | 10 | 11111111 | 1011110 | 111010 |
Color Harmonies of #602DF9
Complementary color
Monochromatic Colors of #602DF9
Black with #602DF9
Text Example
Text Example
White with #602DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602DF9; }
p { color: rgb(96,45,249); }
H1.HeaderClassName
{
color: #602DF9;
}
.AnyTagClassName
{
color: #602DF9;
}
</style>
background-color css
<style>
a { background-color: #602DF9; }
a { background-color: rgb(96,45,249); }
div.DivClassName
{
background-color: #602DF9;
}
.BgClassName
{
background-color: #602DF9;
}
</style>
border-color css
<style>
span { border-color: #602DF9; }
span { border-color: rgb(96,45,249); }
td.TdClassName
{
border-color: #602DF9;
}
.TagClassName
{
border-color: #602DF9;
}
</style>