Shades of Han Purple #602CF8
Tints of Han Purple #602CF8
RGB
CMYK
RGB Variations
Color information
#602CF8 (or 0x602CF8) is known color: Han Purple. HEX triplet: 60, 2C and F8. RGB value is (96,44,248). Sum of RGB (Red+Green+Blue) = 96+44+248=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 44 (17.58% from 255 or 11.34% from 388); Blue value is 248 (97.27% from 255 or 63.92% from 388); Max value from RGB is 248 - color contains mainly: blue. Hex color #602CF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602CF8 is #9FD307. Grayscale: #525252. Windows color (decimal): -10474248 or 16264288. OLE color: 16264288.
HSL color Cylindrical-coordinate representation of color #602CF8: hue angle of 255.29º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #602CF8 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 44 | 248 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.03 |
| HSL | 255.29º | 0.94% | 0.57% | - |
| HSV(B) | 255.29º | 0.82% | 0.97% | - |
| XYZ | 22.67 | 11.07 | 89.75 | - |
| YUV | 82.8 | 221.23 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 44 | 248 | 0.61 | 0.82 | 0 | 0.03 | 255.29 | 0.94 | 0.57 |
| Hex | 60 | 2C | F8 | 3D | 52 | 0 | 3 | FF | 5E | 39 |
| Octal | 140 | 54 | 370 | 75 | 122 | 0 | 3 | 377 | 136 | 71 |
| Binary | 1100000 | 101100 | 11111000 | 111101 | 1010010 | 0 | 11 | 11111111 | 1011110 | 111001 |
Color Harmonies of #602CF8
Complementary color
Monochromatic Colors of #602CF8
Black with #602CF8
Text Example
Text Example
White with #602CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602CF8; }
p { color: rgb(96,44,248); }
H1.HeaderClassName
{
color: #602CF8;
}
.AnyTagClassName
{
color: #602CF8;
}
</style>
background-color css
<style>
a { background-color: #602CF8; }
a { background-color: rgb(96,44,248); }
div.DivClassName
{
background-color: #602CF8;
}
.BgClassName
{
background-color: #602CF8;
}
</style>
border-color css
<style>
span { border-color: #602CF8; }
span { border-color: rgb(96,44,248); }
td.TdClassName
{
border-color: #602CF8;
}
.TagClassName
{
border-color: #602CF8;
}
</style>