Shades of Han Purple #6532EE
Tints of Han Purple #6532EE
RGB
CMYK
RGB Variations
Color information
#6532EE (or 0x6532EE) is known color: Han Purple. HEX triplet: 65, 32 and EE. RGB value is (101,50,238). Sum of RGB (Red+Green+Blue) = 101+50+238=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 238 (93.36% from 255 or 61.18% from 389); Max value from RGB is 238 - color contains mainly: blue. Hex color #6532EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6532EE is #9ACD11. Grayscale: #555555. Windows color (decimal): -10145042 or 15610469. OLE color: 15610469.
HSL color Cylindrical-coordinate representation of color #6532EE: hue angle of 256.28º 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 #6532EE is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 50 | 238 | - |
| CMYK | 0.58 | 0.79 | 0 | 0.07 |
| HSL | 256.28º | 0.85% | 0.56% | - |
| HSV(B) | 256.28º | 0.79% | 0.93% | - |
| XYZ | 21.94 | 11.22 | 81.9 | - |
| YUV | 86.68 | 213.4 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 238 | 0.58 | 0.79 | 0 | 0.07 | 256.28 | 0.85 | 0.56 |
| Hex | 65 | 32 | EE | 3A | 4F | 0 | 7 | 100 | 55 | 38 |
| Octal | 145 | 62 | 356 | 72 | 117 | 0 | 7 | 400 | 125 | 70 |
| Binary | 1100101 | 110010 | 11101110 | 111010 | 1001111 | 0 | 111 | 100000000 | 1010101 | 111000 |
Color Harmonies of #6532EE
Complementary color
Monochromatic Colors of #6532EE
Black with #6532EE
Text Example
Text Example
White with #6532EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6532EE; }
p { color: rgb(101,50,238); }
H1.HeaderClassName
{
color: #6532EE;
}
.AnyTagClassName
{
color: #6532EE;
}
</style>
background-color css
<style>
a { background-color: #6532EE; }
a { background-color: rgb(101,50,238); }
div.DivClassName
{
background-color: #6532EE;
}
.BgClassName
{
background-color: #6532EE;
}
</style>
border-color css
<style>
span { border-color: #6532EE; }
span { border-color: rgb(101,50,238); }
td.TdClassName
{
border-color: #6532EE;
}
.TagClassName
{
border-color: #6532EE;
}
</style>