Shades of Han Purple #6415F7
Tints of Han Purple #6415F7
RGB
CMYK
RGB Variations
Color information
#6415F7 (or 0x6415F7) is known color: Han Purple. HEX triplet: 64, 15 and F7. RGB value is (100,21,247). Sum of RGB (Red+Green+Blue) = 100+21+247=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 247 (96.88% from 255 or 67.12% from 368); Max value from RGB is 247 - color contains mainly: blue. Hex color #6415F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6415F7 is #9BEA08. Grayscale: #454545. Windows color (decimal): -10217993 or 16192868. OLE color: 16192868.
HSL color Cylindrical-coordinate representation of color #6415F7: hue angle of 260.97º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6415F7 is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 21 | 247 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.03 |
| HSL | 260.97º | 0.93% | 0.53% | - |
| HSV(B) | 260.97º | 0.91% | 0.97% | - |
| XYZ | 22.31 | 9.96 | 88.74 | - |
| YUV | 70.39 | 227.67 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 21 | 247 | 0.60 | 0.91 | 0 | 0.03 | 260.97 | 0.93 | 0.53 |
| Hex | 64 | 15 | F7 | 3C | 5B | 0 | 3 | 105 | 5D | 35 |
| Octal | 144 | 25 | 367 | 74 | 133 | 0 | 3 | 405 | 135 | 65 |
| Binary | 1100100 | 10101 | 11110111 | 111100 | 1011011 | 0 | 11 | 100000101 | 1011101 | 110101 |
Color Harmonies of #6415F7
Complementary color
Monochromatic Colors of #6415F7
Black with #6415F7
Text Example
Text Example
White with #6415F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6415F7; }
p { color: rgb(100,21,247); }
H1.HeaderClassName
{
color: #6415F7;
}
.AnyTagClassName
{
color: #6415F7;
}
</style>
background-color css
<style>
a { background-color: #6415F7; }
a { background-color: rgb(100,21,247); }
div.DivClassName
{
background-color: #6415F7;
}
.BgClassName
{
background-color: #6415F7;
}
</style>
border-color css
<style>
span { border-color: #6415F7; }
span { border-color: rgb(100,21,247); }
td.TdClassName
{
border-color: #6415F7;
}
.TagClassName
{
border-color: #6415F7;
}
</style>