Shades of Han Purple #6515EA
Tints of Han Purple #6515EA
RGB
CMYK
RGB Variations
Color information
#6515EA (or 0x6515EA) is known color: Han Purple. HEX triplet: 65, 15 and EA. RGB value is (101,21,234). Sum of RGB (Red+Green+Blue) = 101+21+234=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 234 (91.80% from 255 or 65.73% from 356); Max value from RGB is 234 - color contains mainly: blue. Hex color #6515EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6515EA is #9AEA15. Grayscale: #444444. Windows color (decimal): -10152470 or 15340901. OLE color: 15340901.
HSL color Cylindrical-coordinate representation of color #6515EA: hue angle of 262.54º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6515EA is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 21 | 234 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.08 |
| HSL | 262.54º | 0.84% | 0.5% | - |
| HSV(B) | 262.54º | 0.91% | 0.92% | - |
| XYZ | 20.49 | 9.24 | 78.55 | - |
| YUV | 69.2 | 221 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 21 | 234 | 0.57 | 0.91 | 0 | 0.08 | 262.54 | 0.84 | 0.5 |
| Hex | 65 | 15 | EA | 39 | 5B | 0 | 8 | 107 | 54 | 32 |
| Octal | 145 | 25 | 352 | 71 | 133 | 0 | 10 | 407 | 124 | 62 |
| Binary | 1100101 | 10101 | 11101010 | 111001 | 1011011 | 0 | 1000 | 100000111 | 1010100 | 110010 |
Color Harmonies of #6515EA
Complementary color
Monochromatic Colors of #6515EA
Black with #6515EA
Text Example
Text Example
White with #6515EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6515EA; }
p { color: rgb(101,21,234); }
H1.HeaderClassName
{
color: #6515EA;
}
.AnyTagClassName
{
color: #6515EA;
}
</style>
background-color css
<style>
a { background-color: #6515EA; }
a { background-color: rgb(101,21,234); }
div.DivClassName
{
background-color: #6515EA;
}
.BgClassName
{
background-color: #6515EA;
}
</style>
border-color css
<style>
span { border-color: #6515EA; }
span { border-color: rgb(101,21,234); }
td.TdClassName
{
border-color: #6515EA;
}
.TagClassName
{
border-color: #6515EA;
}
</style>