Shades of Han Purple #6513EA
Tints of Han Purple #6513EA
RGB
CMYK
RGB Variations
Color information
#6513EA (or 0x6513EA) is known color: Han Purple. HEX triplet: 65, 13 and EA. RGB value is (101,19,234). Sum of RGB (Red+Green+Blue) = 101+19+234=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 234 (91.80% from 255 or 66.10% from 354); Max value from RGB is 234 - color contains mainly: blue. Hex color #6513EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6513EA is #9AEC15. Grayscale: #434343. Windows color (decimal): -10152982 or 15340389. OLE color: 15340389.
HSL color Cylindrical-coordinate representation of color #6513EA: hue angle of 262.88º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6513EA is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 19 | 234 | - |
| CMYK | 0.57 | 0.92 | 0 | 0.08 |
| HSL | 262.88º | 0.85% | 0.5% | - |
| HSV(B) | 262.88º | 0.92% | 0.92% | - |
| XYZ | 20.45 | 9.17 | 78.53 | - |
| YUV | 68.03 | 221.67 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 19 | 234 | 0.57 | 0.92 | 0 | 0.08 | 262.88 | 0.85 | 0.5 |
| Hex | 65 | 13 | EA | 39 | 5C | 0 | 8 | 107 | 55 | 32 |
| Octal | 145 | 23 | 352 | 71 | 134 | 0 | 10 | 407 | 125 | 62 |
| Binary | 1100101 | 10011 | 11101010 | 111001 | 1011100 | 0 | 1000 | 100000111 | 1010101 | 110010 |
Color Harmonies of #6513EA
Complementary color
Monochromatic Colors of #6513EA
Black with #6513EA
Text Example
Text Example
White with #6513EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6513EA; }
p { color: rgb(101,19,234); }
H1.HeaderClassName
{
color: #6513EA;
}
.AnyTagClassName
{
color: #6513EA;
}
</style>
background-color css
<style>
a { background-color: #6513EA; }
a { background-color: rgb(101,19,234); }
div.DivClassName
{
background-color: #6513EA;
}
.BgClassName
{
background-color: #6513EA;
}
</style>
border-color css
<style>
span { border-color: #6513EA; }
span { border-color: rgb(101,19,234); }
td.TdClassName
{
border-color: #6513EA;
}
.TagClassName
{
border-color: #6513EA;
}
</style>