Shades of Han Purple #6532EA
Tints of Han Purple #6532EA
RGB
CMYK
RGB Variations
Color information
#6532EA (or 0x6532EA) is known color: Han Purple. HEX triplet: 65, 32 and EA. RGB value is (101,50,234). Sum of RGB (Red+Green+Blue) = 101+50+234=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 234 (91.80% from 255 or 60.78% from 385); Max value from RGB is 234 - color contains mainly: blue. Hex color #6532EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6532EA is #9ACD15. Grayscale: #555555. Windows color (decimal): -10145046 or 15348325. OLE color: 15348325.
HSL color Cylindrical-coordinate representation of color #6532EA: hue angle of 256.63º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6532EA is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 50 | 234 | - |
| CMYK | 0.57 | 0.79 | 0 | 0.08 |
| HSL | 256.63º | 0.81% | 0.56% | - |
| HSV(B) | 256.63º | 0.79% | 0.92% | - |
| XYZ | 21.36 | 10.99 | 78.84 | - |
| YUV | 86.23 | 211.4 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 234 | 0.57 | 0.79 | 0 | 0.08 | 256.63 | 0.81 | 0.56 |
| Hex | 65 | 32 | EA | 39 | 4F | 0 | 8 | 101 | 51 | 38 |
| Octal | 145 | 62 | 352 | 71 | 117 | 0 | 10 | 401 | 121 | 70 |
| Binary | 1100101 | 110010 | 11101010 | 111001 | 1001111 | 0 | 1000 | 100000001 | 1010001 | 111000 |
Color Harmonies of #6532EA
Complementary color
Monochromatic Colors of #6532EA
Black with #6532EA
Text Example
Text Example
White with #6532EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6532EA; }
p { color: rgb(101,50,234); }
H1.HeaderClassName
{
color: #6532EA;
}
.AnyTagClassName
{
color: #6532EA;
}
</style>
background-color css
<style>
a { background-color: #6532EA; }
a { background-color: rgb(101,50,234); }
div.DivClassName
{
background-color: #6532EA;
}
.BgClassName
{
background-color: #6532EA;
}
</style>
border-color css
<style>
span { border-color: #6532EA; }
span { border-color: rgb(101,50,234); }
td.TdClassName
{
border-color: #6532EA;
}
.TagClassName
{
border-color: #6532EA;
}
</style>