Shades of Han Purple #6715EF
Tints of Han Purple #6715EF
RGB
CMYK
RGB Variations
Color information
#6715EF (or 0x6715EF) is known color: Han Purple. HEX triplet: 67, 15 and EF. RGB value is (103,21,239). Sum of RGB (Red+Green+Blue) = 103+21+239=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 239 (93.75% from 255 or 65.84% from 363); Max value from RGB is 239 - color contains mainly: blue. Hex color #6715EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6715EF is #98EA10. Grayscale: #454545. Windows color (decimal): -10021393 or 15668583. OLE color: 15668583.
HSL color Cylindrical-coordinate representation of color #6715EF: hue angle of 262.57º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6715EF is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 21 | 239 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.06 |
| HSL | 262.57º | 0.87% | 0.51% | - |
| HSV(B) | 262.57º | 0.91% | 0.94% | - |
| XYZ | 21.44 | 9.65 | 82.39 | - |
| YUV | 70.37 | 223.17 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 21 | 239 | 0.57 | 0.91 | 0 | 0.06 | 262.57 | 0.87 | 0.51 |
| Hex | 67 | 15 | EF | 39 | 5B | 0 | 6 | 107 | 57 | 33 |
| Octal | 147 | 25 | 357 | 71 | 133 | 0 | 6 | 407 | 127 | 63 |
| Binary | 1100111 | 10101 | 11101111 | 111001 | 1011011 | 0 | 110 | 100000111 | 1010111 | 110011 |
Color Harmonies of #6715EF
Complementary color
Monochromatic Colors of #6715EF
Black with #6715EF
Text Example
Text Example
White with #6715EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6715EF; }
p { color: rgb(103,21,239); }
H1.HeaderClassName
{
color: #6715EF;
}
.AnyTagClassName
{
color: #6715EF;
}
</style>
background-color css
<style>
a { background-color: #6715EF; }
a { background-color: rgb(103,21,239); }
div.DivClassName
{
background-color: #6715EF;
}
.BgClassName
{
background-color: #6715EF;
}
</style>
border-color css
<style>
span { border-color: #6715EF; }
span { border-color: rgb(103,21,239); }
td.TdClassName
{
border-color: #6715EF;
}
.TagClassName
{
border-color: #6715EF;
}
</style>