Shades of Han Purple #602CFE
Tints of Han Purple #602CFE
RGB
CMYK
RGB Variations
Color information
#602CFE (or 0x602CFE) is known color: Han Purple. HEX triplet: 60, 2C and FE. RGB value is (96,44,254). Sum of RGB (Red+Green+Blue) = 96+44+254=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 44 (17.58% from 255 or 11.17% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #602CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602CFE is #9FD301. Grayscale: #525252. Windows color (decimal): -10474242 or 16657504. OLE color: 16657504.
HSL color Cylindrical-coordinate representation of color #602CFE: hue angle of 254.86º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #602CFE is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 44 | 254 | - |
| CMYK | 0.62 | 0.83 | 0 | 0.00 |
| HSL | 254.86º | 0.99% | 0.58% | - |
| HSV(B) | 254.86º | 0.83% | 1% | - |
| XYZ | 23.61 | 11.44 | 94.73 | - |
| YUV | 83.49 | 224.23 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 44 | 254 | 0.62 | 0.83 | 0 | 0.00 | 254.86 | 0.99 | 0.58 |
| Hex | 60 | 2C | FE | 3E | 53 | 0 | 0 | FF | 63 | 3A |
| Octal | 140 | 54 | 376 | 76 | 123 | 0 | 0 | 377 | 143 | 72 |
| Binary | 1100000 | 101100 | 11111110 | 111110 | 1010011 | 0 | 0 | 11111111 | 1100011 | 111010 |
Color Harmonies of #602CFE
Complementary color
Monochromatic Colors of #602CFE
Black with #602CFE
Text Example
Text Example
White with #602CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602CFE; }
p { color: rgb(96,44,254); }
H1.HeaderClassName
{
color: #602CFE;
}
.AnyTagClassName
{
color: #602CFE;
}
</style>
background-color css
<style>
a { background-color: #602CFE; }
a { background-color: rgb(96,44,254); }
div.DivClassName
{
background-color: #602CFE;
}
.BgClassName
{
background-color: #602CFE;
}
</style>
border-color css
<style>
span { border-color: #602CFE; }
span { border-color: rgb(96,44,254); }
td.TdClassName
{
border-color: #602CFE;
}
.TagClassName
{
border-color: #602CFE;
}
</style>