Shades of Han Purple #6020ED
Tints of Han Purple #6020ED
RGB
CMYK
RGB Variations
Color information
#6020ED (or 0x6020ED) is known color: Han Purple. HEX triplet: 60, 20 and ED. RGB value is (96,32,237). Sum of RGB (Red+Green+Blue) = 96+32+237=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 237 (92.97% from 255 or 64.93% from 365); Max value from RGB is 237 - color contains mainly: blue. Hex color #6020ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6020ED is #9FDF12. Grayscale: #494949. Windows color (decimal): -10477331 or 15540320. OLE color: 15540320.
HSL color Cylindrical-coordinate representation of color #6020ED: hue angle of 258.73º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6020ED is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 32 | 237 | - |
| CMYK | 0.59 | 0.86 | 0 | 0.07 |
| HSL | 258.73º | 0.85% | 0.53% | - |
| HSV(B) | 258.73º | 0.86% | 0.93% | - |
| XYZ | 20.63 | 9.63 | 80.89 | - |
| YUV | 74.51 | 219.7 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 32 | 237 | 0.59 | 0.86 | 0 | 0.07 | 258.73 | 0.85 | 0.53 |
| Hex | 60 | 20 | ED | 3B | 56 | 0 | 7 | 103 | 55 | 35 |
| Octal | 140 | 40 | 355 | 73 | 126 | 0 | 7 | 403 | 125 | 65 |
| Binary | 1100000 | 100000 | 11101101 | 111011 | 1010110 | 0 | 111 | 100000011 | 1010101 | 110101 |
Color Harmonies of #6020ED
Complementary color
Monochromatic Colors of #6020ED
Black with #6020ED
Text Example
Text Example
White with #6020ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6020ED; }
p { color: rgb(96,32,237); }
H1.HeaderClassName
{
color: #6020ED;
}
.AnyTagClassName
{
color: #6020ED;
}
</style>
background-color css
<style>
a { background-color: #6020ED; }
a { background-color: rgb(96,32,237); }
div.DivClassName
{
background-color: #6020ED;
}
.BgClassName
{
background-color: #6020ED;
}
</style>
border-color css
<style>
span { border-color: #6020ED; }
span { border-color: rgb(96,32,237); }
td.TdClassName
{
border-color: #6020ED;
}
.TagClassName
{
border-color: #6020ED;
}
</style>