Shades of Han Purple #6032EE
Tints of Han Purple #6032EE
RGB
CMYK
RGB Variations
Color information
#6032EE (or 0x6032EE) is known color: Han Purple. HEX triplet: 60, 32 and EE. RGB value is (96,50,238). Sum of RGB (Red+Green+Blue) = 96+50+238=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 238 (93.36% from 255 or 61.98% from 384); Max value from RGB is 238 - color contains mainly: blue. Hex color #6032EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6032EE is #9FCD11. Grayscale: #545454. Windows color (decimal): -10472722 or 15610464. OLE color: 15610464.
HSL color Cylindrical-coordinate representation of color #6032EE: hue angle of 254.68º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6032EE is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 50 | 238 | - |
| CMYK | 0.60 | 0.79 | 0 | 0.07 |
| HSL | 254.68º | 0.85% | 0.56% | - |
| HSV(B) | 254.68º | 0.79% | 0.93% | - |
| XYZ | 21.4 | 10.94 | 81.87 | - |
| YUV | 85.19 | 214.24 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 50 | 238 | 0.60 | 0.79 | 0 | 0.07 | 254.68 | 0.85 | 0.56 |
| Hex | 60 | 32 | EE | 3C | 4F | 0 | 7 | FF | 55 | 38 |
| Octal | 140 | 62 | 356 | 74 | 117 | 0 | 7 | 377 | 125 | 70 |
| Binary | 1100000 | 110010 | 11101110 | 111100 | 1001111 | 0 | 111 | 11111111 | 1010101 | 111000 |
Color Harmonies of #6032EE
Complementary color
Monochromatic Colors of #6032EE
Black with #6032EE
Text Example
Text Example
White with #6032EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6032EE; }
p { color: rgb(96,50,238); }
H1.HeaderClassName
{
color: #6032EE;
}
.AnyTagClassName
{
color: #6032EE;
}
</style>
background-color css
<style>
a { background-color: #6032EE; }
a { background-color: rgb(96,50,238); }
div.DivClassName
{
background-color: #6032EE;
}
.BgClassName
{
background-color: #6032EE;
}
</style>
border-color css
<style>
span { border-color: #6032EE; }
span { border-color: rgb(96,50,238); }
td.TdClassName
{
border-color: #6032EE;
}
.TagClassName
{
border-color: #6032EE;
}
</style>