Shades of Han Purple #6518F1
Tints of Han Purple #6518F1
RGB
CMYK
RGB Variations
Color information
#6518F1 (or 0x6518F1) is known color: Han Purple. HEX triplet: 65, 18 and F1. RGB value is (101,24,241). Sum of RGB (Red+Green+Blue) = 101+24+241=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 241 (94.53% from 255 or 65.85% from 366); Max value from RGB is 241 - color contains mainly: blue. Hex color #6518F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6518F1 is #9AE70E. Grayscale: #464646. Windows color (decimal): -10151695 or 15800421. OLE color: 15800421.
HSL color Cylindrical-coordinate representation of color #6518F1: hue angle of 261.29º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6518F1 is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 24 | 241 | - |
| CMYK | 0.58 | 0.90 | 0 | 0.05 |
| HSL | 261.29º | 0.89% | 0.52% | - |
| HSV(B) | 261.29º | 0.9% | 0.95% | - |
| XYZ | 21.57 | 9.77 | 83.97 | - |
| YUV | 71.76 | 223.51 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 24 | 241 | 0.58 | 0.90 | 0 | 0.05 | 261.29 | 0.89 | 0.52 |
| Hex | 65 | 18 | F1 | 3A | 5A | 0 | 5 | 105 | 59 | 34 |
| Octal | 145 | 30 | 361 | 72 | 132 | 0 | 5 | 405 | 131 | 64 |
| Binary | 1100101 | 11000 | 11110001 | 111010 | 1011010 | 0 | 101 | 100000101 | 1011001 | 110100 |
Color Harmonies of #6518F1
Complementary color
Monochromatic Colors of #6518F1
Black with #6518F1
Text Example
Text Example
White with #6518F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6518F1; }
p { color: rgb(101,24,241); }
H1.HeaderClassName
{
color: #6518F1;
}
.AnyTagClassName
{
color: #6518F1;
}
</style>
background-color css
<style>
a { background-color: #6518F1; }
a { background-color: rgb(101,24,241); }
div.DivClassName
{
background-color: #6518F1;
}
.BgClassName
{
background-color: #6518F1;
}
</style>
border-color css
<style>
span { border-color: #6518F1; }
span { border-color: rgb(101,24,241); }
td.TdClassName
{
border-color: #6518F1;
}
.TagClassName
{
border-color: #6518F1;
}
</style>