Shades of Han Purple #6028ED
Tints of Han Purple #6028ED
RGB
CMYK
RGB Variations
Color information
#6028ED (or 0x6028ED) is known color: Han Purple. HEX triplet: 60, 28 and ED. RGB value is (96,40,237). Sum of RGB (Red+Green+Blue) = 96+40+237=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 237 (92.97% from 255 or 63.54% from 373); Max value from RGB is 237 - color contains mainly: blue. Hex color #6028ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6028ED is #9FD712. Grayscale: #4E4E4E. Windows color (decimal): -10475283 or 15542368. OLE color: 15542368.
HSL color Cylindrical-coordinate representation of color #6028ED: hue angle of 257.06º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6028ED is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 40 | 237 | - |
| CMYK | 0.59 | 0.83 | 0 | 0.07 |
| HSL | 257.06º | 0.85% | 0.54% | - |
| HSV(B) | 257.06º | 0.83% | 0.93% | - |
| XYZ | 20.87 | 10.12 | 80.97 | - |
| YUV | 79.2 | 217.05 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 40 | 237 | 0.59 | 0.83 | 0 | 0.07 | 257.06 | 0.85 | 0.54 |
| Hex | 60 | 28 | ED | 3B | 53 | 0 | 7 | 101 | 55 | 36 |
| Octal | 140 | 50 | 355 | 73 | 123 | 0 | 7 | 401 | 125 | 66 |
| Binary | 1100000 | 101000 | 11101101 | 111011 | 1010011 | 0 | 111 | 100000001 | 1010101 | 110110 |
Color Harmonies of #6028ED
Complementary color
Monochromatic Colors of #6028ED
Black with #6028ED
Text Example
Text Example
White with #6028ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6028ED; }
p { color: rgb(96,40,237); }
H1.HeaderClassName
{
color: #6028ED;
}
.AnyTagClassName
{
color: #6028ED;
}
</style>
background-color css
<style>
a { background-color: #6028ED; }
a { background-color: rgb(96,40,237); }
div.DivClassName
{
background-color: #6028ED;
}
.BgClassName
{
background-color: #6028ED;
}
</style>
border-color css
<style>
span { border-color: #6028ED; }
span { border-color: rgb(96,40,237); }
td.TdClassName
{
border-color: #6028ED;
}
.TagClassName
{
border-color: #6028ED;
}
</style>