Shades of Han Purple #602AFF
Tints of Han Purple #602AFF
RGB
CMYK
RGB Variations
Color information
#602AFF (or 0x602AFF) is known color: Han Purple. HEX triplet: 60, 2A and FF. RGB value is (96,42,255). Sum of RGB (Red+Green+Blue) = 96+42+255=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 42 (16.80% from 255 or 10.69% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #602AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602AFF is #9FD500. Grayscale: #515151. Windows color (decimal): -10474753 or 16722528. OLE color: 16722528.
HSL color Cylindrical-coordinate representation of color #602AFF: hue angle of 255.21º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #602AFF is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 42 | 255 | - |
| CMYK | 0.62 | 0.84 | 0 | 0 |
| HSL | 255.21º | 1% | 0.58% | - |
| HSV(B) | 255.21º | 0.84% | 1% | - |
| XYZ | 23.7 | 11.36 | 95.55 | - |
| YUV | 82.43 | 225.39 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 42 | 255 | 0.62 | 0.84 | 0 | 0 | 255.21 | 1 | 0.58 |
| Hex | 60 | 2A | FF | 3E | 54 | 0 | 0 | FF | 64 | 3A |
| Octal | 140 | 52 | 377 | 76 | 124 | 0 | 0 | 377 | 144 | 72 |
| Binary | 1100000 | 101010 | 11111111 | 111110 | 1010100 | 0 | 0 | 11111111 | 1100100 | 111010 |
Color Harmonies of #602AFF
Complementary color
Monochromatic Colors of #602AFF
Black with #602AFF
Text Example
Text Example
White with #602AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602AFF; }
p { color: rgb(96,42,255); }
H1.HeaderClassName
{
color: #602AFF;
}
.AnyTagClassName
{
color: #602AFF;
}
</style>
background-color css
<style>
a { background-color: #602AFF; }
a { background-color: rgb(96,42,255); }
div.DivClassName
{
background-color: #602AFF;
}
.BgClassName
{
background-color: #602AFF;
}
</style>
border-color css
<style>
span { border-color: #602AFF; }
span { border-color: rgb(96,42,255); }
td.TdClassName
{
border-color: #602AFF;
}
.TagClassName
{
border-color: #602AFF;
}
</style>