Shades of Han Purple #6513ED
Tints of Han Purple #6513ED
RGB
CMYK
RGB Variations
Color information
#6513ED (or 0x6513ED) is known color: Han Purple. HEX triplet: 65, 13 and ED. RGB value is (101,19,237). Sum of RGB (Red+Green+Blue) = 101+19+237=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 237 (92.97% from 255 or 66.39% from 357); Max value from RGB is 237 - color contains mainly: blue. Hex color #6513ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6513ED is #9AEC12. Grayscale: #434343. Windows color (decimal): -10152979 or 15536997. OLE color: 15536997.
HSL color Cylindrical-coordinate representation of color #6513ED: hue angle of 262.57º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6513ED is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 19 | 237 | - |
| CMYK | 0.57 | 0.92 | 0 | 0.07 |
| HSL | 262.57º | 0.86% | 0.5% | - |
| HSV(B) | 262.57º | 0.92% | 0.93% | - |
| XYZ | 20.89 | 9.35 | 80.82 | - |
| YUV | 68.37 | 223.17 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 19 | 237 | 0.57 | 0.92 | 0 | 0.07 | 262.57 | 0.86 | 0.5 |
| Hex | 65 | 13 | ED | 39 | 5C | 0 | 7 | 107 | 56 | 32 |
| Octal | 145 | 23 | 355 | 71 | 134 | 0 | 7 | 407 | 126 | 62 |
| Binary | 1100101 | 10011 | 11101101 | 111001 | 1011100 | 0 | 111 | 100000111 | 1010110 | 110010 |
Color Harmonies of #6513ED
Complementary color
Monochromatic Colors of #6513ED
Black with #6513ED
Text Example
Text Example
White with #6513ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6513ED; }
p { color: rgb(101,19,237); }
H1.HeaderClassName
{
color: #6513ED;
}
.AnyTagClassName
{
color: #6513ED;
}
</style>
background-color css
<style>
a { background-color: #6513ED; }
a { background-color: rgb(101,19,237); }
div.DivClassName
{
background-color: #6513ED;
}
.BgClassName
{
background-color: #6513ED;
}
</style>
border-color css
<style>
span { border-color: #6513ED; }
span { border-color: rgb(101,19,237); }
td.TdClassName
{
border-color: #6513ED;
}
.TagClassName
{
border-color: #6513ED;
}
</style>