Shades of Han Purple #602EFF
Tints of Han Purple #602EFF
RGB
CMYK
RGB Variations
Color information
#602EFF (or 0x602EFF) is known color: Han Purple. HEX triplet: 60, 2E and FF. RGB value is (96,46,255). Sum of RGB (Red+Green+Blue) = 96+46+255=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 46 (18.36% from 255 or 11.59% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #602EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602EFF is #9FD100. Grayscale: #535353. Windows color (decimal): -10473729 or 16723552. OLE color: 16723552.
HSL color Cylindrical-coordinate representation of color #602EFF: hue angle of 254.35º 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 #602EFF is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 46 | 255 | - |
| CMYK | 0.62 | 0.82 | 0 | 0 |
| HSL | 254.35º | 1% | 0.59% | - |
| HSV(B) | 254.35º | 0.82% | 1% | - |
| XYZ | 23.85 | 11.66 | 95.6 | - |
| YUV | 84.78 | 224.07 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 46 | 255 | 0.62 | 0.82 | 0 | 0 | 254.35 | 1 | 0.59 |
| Hex | 60 | 2E | FF | 3E | 52 | 0 | 0 | FE | 64 | 3B |
| Octal | 140 | 56 | 377 | 76 | 122 | 0 | 0 | 376 | 144 | 73 |
| Binary | 1100000 | 101110 | 11111111 | 111110 | 1010010 | 0 | 0 | 11111110 | 1100100 | 111011 |
Color Harmonies of #602EFF
Complementary color
Monochromatic Colors of #602EFF
Black with #602EFF
Text Example
Text Example
White with #602EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602EFF; }
p { color: rgb(96,46,255); }
H1.HeaderClassName
{
color: #602EFF;
}
.AnyTagClassName
{
color: #602EFF;
}
</style>
background-color css
<style>
a { background-color: #602EFF; }
a { background-color: rgb(96,46,255); }
div.DivClassName
{
background-color: #602EFF;
}
.BgClassName
{
background-color: #602EFF;
}
</style>
border-color css
<style>
span { border-color: #602EFF; }
span { border-color: rgb(96,46,255); }
td.TdClassName
{
border-color: #602EFF;
}
.TagClassName
{
border-color: #602EFF;
}
</style>