Shades of Han Purple #6034EE
Tints of Han Purple #6034EE
RGB
CMYK
RGB Variations
Color information
#6034EE (or 0x6034EE) is known color: Han Purple. HEX triplet: 60, 34 and EE. RGB value is (96,52,238). Sum of RGB (Red+Green+Blue) = 96+52+238=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 238 (93.36% from 255 or 61.66% from 386); Max value from RGB is 238 - color contains mainly: blue. Hex color #6034EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6034EE is #9FCB11. Grayscale: #555555. Windows color (decimal): -10472210 or 15610976. OLE color: 15610976.
HSL color Cylindrical-coordinate representation of color #6034EE: hue angle of 254.19º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6034EE is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 52 | 238 | - |
| CMYK | 0.60 | 0.78 | 0 | 0.07 |
| HSL | 254.19º | 0.85% | 0.57% | - |
| HSV(B) | 254.19º | 0.78% | 0.93% | - |
| XYZ | 21.48 | 11.12 | 81.9 | - |
| YUV | 86.36 | 213.58 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 52 | 238 | 0.60 | 0.78 | 0 | 0.07 | 254.19 | 0.85 | 0.57 |
| Hex | 60 | 34 | EE | 3C | 4E | 0 | 7 | FE | 55 | 39 |
| Octal | 140 | 64 | 356 | 74 | 116 | 0 | 7 | 376 | 125 | 71 |
| Binary | 1100000 | 110100 | 11101110 | 111100 | 1001110 | 0 | 111 | 11111110 | 1010101 | 111001 |
Color Harmonies of #6034EE
Complementary color
Monochromatic Colors of #6034EE
Black with #6034EE
Text Example
Text Example
White with #6034EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6034EE; }
p { color: rgb(96,52,238); }
H1.HeaderClassName
{
color: #6034EE;
}
.AnyTagClassName
{
color: #6034EE;
}
</style>
background-color css
<style>
a { background-color: #6034EE; }
a { background-color: rgb(96,52,238); }
div.DivClassName
{
background-color: #6034EE;
}
.BgClassName
{
background-color: #6034EE;
}
</style>
border-color css
<style>
span { border-color: #6034EE; }
span { border-color: rgb(96,52,238); }
td.TdClassName
{
border-color: #6034EE;
}
.TagClassName
{
border-color: #6034EE;
}
</style>