Shades of Han Purple #602EFE
Tints of Han Purple #602EFE
RGB
CMYK
RGB Variations
Color information
#602EFE (or 0x602EFE) is known color: Han Purple. HEX triplet: 60, 2E and FE. RGB value is (96,46,254). Sum of RGB (Red+Green+Blue) = 96+46+254=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 46 (18.36% from 255 or 11.62% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #602EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602EFE is #9FD101. Grayscale: #535353. Windows color (decimal): -10473730 or 16658016. OLE color: 16658016.
HSL color Cylindrical-coordinate representation of color #602EFE: hue angle of 254.42º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #602EFE is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 46 | 254 | - |
| CMYK | 0.62 | 0.82 | 0 | 0.00 |
| HSL | 254.42º | 0.99% | 0.59% | - |
| HSV(B) | 254.42º | 0.82% | 1% | - |
| XYZ | 23.69 | 11.6 | 94.76 | - |
| YUV | 84.66 | 223.57 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 46 | 254 | 0.62 | 0.82 | 0 | 0.00 | 254.42 | 0.99 | 0.59 |
| Hex | 60 | 2E | FE | 3E | 52 | 0 | 0 | FE | 63 | 3B |
| Octal | 140 | 56 | 376 | 76 | 122 | 0 | 0 | 376 | 143 | 73 |
| Binary | 1100000 | 101110 | 11111110 | 111110 | 1010010 | 0 | 0 | 11111110 | 1100011 | 111011 |
Color Harmonies of #602EFE
Complementary color
Monochromatic Colors of #602EFE
Black with #602EFE
Text Example
Text Example
White with #602EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602EFE; }
p { color: rgb(96,46,254); }
H1.HeaderClassName
{
color: #602EFE;
}
.AnyTagClassName
{
color: #602EFE;
}
</style>
background-color css
<style>
a { background-color: #602EFE; }
a { background-color: rgb(96,46,254); }
div.DivClassName
{
background-color: #602EFE;
}
.BgClassName
{
background-color: #602EFE;
}
</style>
border-color css
<style>
span { border-color: #602EFE; }
span { border-color: rgb(96,46,254); }
td.TdClassName
{
border-color: #602EFE;
}
.TagClassName
{
border-color: #602EFE;
}
</style>