Shades of Han Purple #6715EC
Tints of Han Purple #6715EC
RGB
CMYK
RGB Variations
Color information
#6715EC (or 0x6715EC) is known color: Han Purple. HEX triplet: 67, 15 and EC. RGB value is (103,21,236). Sum of RGB (Red+Green+Blue) = 103+21+236=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 236 (92.58% from 255 or 65.56% from 360); Max value from RGB is 236 - color contains mainly: blue. Hex color #6715EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6715EC is #98EA13. Grayscale: #454545. Windows color (decimal): -10021396 or 15471975. OLE color: 15471975.
HSL color Cylindrical-coordinate representation of color #6715EC: hue angle of 262.88º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6715EC is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 21 | 236 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.07 |
| HSL | 262.88º | 0.85% | 0.5% | - |
| HSV(B) | 262.88º | 0.91% | 0.93% | - |
| XYZ | 21 | 9.48 | 80.08 | - |
| YUV | 70.03 | 221.67 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 21 | 236 | 0.56 | 0.91 | 0 | 0.07 | 262.88 | 0.85 | 0.5 |
| Hex | 67 | 15 | EC | 38 | 5B | 0 | 7 | 107 | 55 | 32 |
| Octal | 147 | 25 | 354 | 70 | 133 | 0 | 7 | 407 | 125 | 62 |
| Binary | 1100111 | 10101 | 11101100 | 111000 | 1011011 | 0 | 111 | 100000111 | 1010101 | 110010 |
Color Harmonies of #6715EC
Complementary color
Monochromatic Colors of #6715EC
Black with #6715EC
Text Example
Text Example
White with #6715EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6715EC; }
p { color: rgb(103,21,236); }
H1.HeaderClassName
{
color: #6715EC;
}
.AnyTagClassName
{
color: #6715EC;
}
</style>
background-color css
<style>
a { background-color: #6715EC; }
a { background-color: rgb(103,21,236); }
div.DivClassName
{
background-color: #6715EC;
}
.BgClassName
{
background-color: #6715EC;
}
</style>
border-color css
<style>
span { border-color: #6715EC; }
span { border-color: rgb(103,21,236); }
td.TdClassName
{
border-color: #6715EC;
}
.TagClassName
{
border-color: #6715EC;
}
</style>