Shades of Han Purple #602AED
Tints of Han Purple #602AED
RGB
CMYK
RGB Variations
Color information
#602AED (or 0x602AED) is known color: Han Purple. HEX triplet: 60, 2A and ED. RGB value is (96,42,237). Sum of RGB (Red+Green+Blue) = 96+42+237=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 237 (92.97% from 255 or 63.2% from 375); Max value from RGB is 237 - color contains mainly: blue. Hex color #602AED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602AED is #9FD512. Grayscale: #4F4F4F. Windows color (decimal): -10474771 or 15542880. OLE color: 15542880.
HSL color Cylindrical-coordinate representation of color #602AED: hue angle of 256.62º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #602AED is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 42 | 237 | - |
| CMYK | 0.59 | 0.82 | 0 | 0.07 |
| HSL | 256.62º | 0.84% | 0.55% | - |
| HSV(B) | 256.62º | 0.82% | 0.93% | - |
| XYZ | 20.94 | 10.26 | 81 | - |
| YUV | 80.38 | 216.39 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 42 | 237 | 0.59 | 0.82 | 0 | 0.07 | 256.62 | 0.84 | 0.55 |
| Hex | 60 | 2A | ED | 3B | 52 | 0 | 7 | 101 | 54 | 37 |
| Octal | 140 | 52 | 355 | 73 | 122 | 0 | 7 | 401 | 124 | 67 |
| Binary | 1100000 | 101010 | 11101101 | 111011 | 1010010 | 0 | 111 | 100000001 | 1010100 | 110111 |
Color Harmonies of #602AED
Complementary color
Monochromatic Colors of #602AED
Black with #602AED
Text Example
Text Example
White with #602AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602AED; }
p { color: rgb(96,42,237); }
H1.HeaderClassName
{
color: #602AED;
}
.AnyTagClassName
{
color: #602AED;
}
</style>
background-color css
<style>
a { background-color: #602AED; }
a { background-color: rgb(96,42,237); }
div.DivClassName
{
background-color: #602AED;
}
.BgClassName
{
background-color: #602AED;
}
</style>
border-color css
<style>
span { border-color: #602AED; }
span { border-color: rgb(96,42,237); }
td.TdClassName
{
border-color: #602AED;
}
.TagClassName
{
border-color: #602AED;
}
</style>