Shades of Han Purple #6715E7
Tints of Han Purple #6715E7
RGB
CMYK
RGB Variations
Color information
#6715E7 (or 0x6715E7) is known color: Han Purple. HEX triplet: 67, 15 and E7. RGB value is (103,21,231). Sum of RGB (Red+Green+Blue) = 103+21+231=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 231 (90.62% from 255 or 65.07% from 355); Max value from RGB is 231 - color contains mainly: blue. Hex color #6715E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6715E7 is #98EA18. Grayscale: #444444. Windows color (decimal): -10021401 or 15144295. OLE color: 15144295.
HSL color Cylindrical-coordinate representation of color #6715E7: hue angle of 263.43º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6715E7 is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 103 | 21 | 231 | - |
| CMYK | 0.55 | 0.91 | 0 | 0.09 |
| HSL | 263.43º | 0.83% | 0.49% | - |
| HSV(B) | 263.43º | 0.91% | 0.91% | - |
| XYZ | 20.29 | 9.19 | 76.31 | - |
| YUV | 69.46 | 219.17 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 21 | 231 | 0.55 | 0.91 | 0 | 0.09 | 263.43 | 0.83 | 0.49 |
| Hex | 67 | 15 | E7 | 37 | 5B | 0 | 9 | 107 | 53 | 31 |
| Octal | 147 | 25 | 347 | 67 | 133 | 0 | 11 | 407 | 123 | 61 |
| Binary | 1100111 | 10101 | 11100111 | 110111 | 1011011 | 0 | 1001 | 100000111 | 1010011 | 110001 |
Color Harmonies of #6715E7
Complementary color
Monochromatic Colors of #6715E7
Black with #6715E7
Text Example
Text Example
White with #6715E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6715E7; }
p { color: rgb(103,21,231); }
H1.HeaderClassName
{
color: #6715E7;
}
.AnyTagClassName
{
color: #6715E7;
}
</style>
background-color css
<style>
a { background-color: #6715E7; }
a { background-color: rgb(103,21,231); }
div.DivClassName
{
background-color: #6715E7;
}
.BgClassName
{
background-color: #6715E7;
}
</style>
border-color css
<style>
span { border-color: #6715E7; }
span { border-color: rgb(103,21,231); }
td.TdClassName
{
border-color: #6715E7;
}
.TagClassName
{
border-color: #6715E7;
}
</style>