Shades of Han Purple #6028E7
Tints of Han Purple #6028E7
RGB
CMYK
RGB Variations
Color information
#6028E7 (or 0x6028E7) is known color: Han Purple. HEX triplet: 60, 28 and E7. RGB value is (96,40,231). Sum of RGB (Red+Green+Blue) = 96+40+231=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 231 (90.62% from 255 or 62.94% from 367); Max value from RGB is 231 - color contains mainly: blue. Hex color #6028E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6028E7 is #9FD718. Grayscale: #4D4D4D. Windows color (decimal): -10475289 or 15149152. OLE color: 15149152.
HSL color Cylindrical-coordinate representation of color #6028E7: hue angle of 257.59º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6028E7 is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 96 | 40 | 231 | - |
| CMYK | 0.58 | 0.83 | 0 | 0.09 |
| HSL | 257.59º | 0.8% | 0.53% | - |
| HSV(B) | 257.59º | 0.83% | 0.91% | - |
| XYZ | 20.01 | 9.77 | 76.43 | - |
| YUV | 78.52 | 214.05 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 40 | 231 | 0.58 | 0.83 | 0 | 0.09 | 257.59 | 0.8 | 0.53 |
| Hex | 60 | 28 | E7 | 3A | 53 | 0 | 9 | 102 | 50 | 35 |
| Octal | 140 | 50 | 347 | 72 | 123 | 0 | 11 | 402 | 120 | 65 |
| Binary | 1100000 | 101000 | 11100111 | 111010 | 1010011 | 0 | 1001 | 100000010 | 1010000 | 110101 |
Color Harmonies of #6028E7
Complementary color
Monochromatic Colors of #6028E7
Black with #6028E7
Text Example
Text Example
White with #6028E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6028E7; }
p { color: rgb(96,40,231); }
H1.HeaderClassName
{
color: #6028E7;
}
.AnyTagClassName
{
color: #6028E7;
}
</style>
background-color css
<style>
a { background-color: #6028E7; }
a { background-color: rgb(96,40,231); }
div.DivClassName
{
background-color: #6028E7;
}
.BgClassName
{
background-color: #6028E7;
}
</style>
border-color css
<style>
span { border-color: #6028E7; }
span { border-color: rgb(96,40,231); }
td.TdClassName
{
border-color: #6028E7;
}
.TagClassName
{
border-color: #6028E7;
}
</style>