Shades of Han Purple #6715EA
Tints of Han Purple #6715EA
RGB
CMYK
RGB Variations
Color information
#6715EA (or 0x6715EA) is known color: Han Purple. HEX triplet: 67, 15 and EA. RGB value is (103,21,234). Sum of RGB (Red+Green+Blue) = 103+21+234=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 234 (91.80% from 255 or 65.36% from 358); Max value from RGB is 234 - color contains mainly: blue. Hex color #6715EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6715EA is #98EA15. Grayscale: #454545. Windows color (decimal): -10021398 or 15340903. OLE color: 15340903.
HSL color Cylindrical-coordinate representation of color #6715EA: hue angle of 263.1º 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 #6715EA is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 103 | 21 | 234 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.08 |
| HSL | 263.1º | 0.84% | 0.5% | - |
| HSV(B) | 263.1º | 0.91% | 0.92% | - |
| XYZ | 20.71 | 9.36 | 78.56 | - |
| YUV | 69.8 | 220.67 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 21 | 234 | 0.56 | 0.91 | 0 | 0.08 | 263.1 | 0.84 | 0.5 |
| Hex | 67 | 15 | EA | 38 | 5B | 0 | 8 | 107 | 54 | 32 |
| Octal | 147 | 25 | 352 | 70 | 133 | 0 | 10 | 407 | 124 | 62 |
| Binary | 1100111 | 10101 | 11101010 | 111000 | 1011011 | 0 | 1000 | 100000111 | 1010100 | 110010 |
Color Harmonies of #6715EA
Complementary color
Monochromatic Colors of #6715EA
Black with #6715EA
Text Example
Text Example
White with #6715EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6715EA; }
p { color: rgb(103,21,234); }
H1.HeaderClassName
{
color: #6715EA;
}
.AnyTagClassName
{
color: #6715EA;
}
</style>
background-color css
<style>
a { background-color: #6715EA; }
a { background-color: rgb(103,21,234); }
div.DivClassName
{
background-color: #6715EA;
}
.BgClassName
{
background-color: #6715EA;
}
</style>
border-color css
<style>
span { border-color: #6715EA; }
span { border-color: rgb(103,21,234); }
td.TdClassName
{
border-color: #6715EA;
}
.TagClassName
{
border-color: #6715EA;
}
</style>