Shades of Han Purple #6517FA
Tints of Han Purple #6517FA
RGB
CMYK
RGB Variations
Color information
#6517FA (or 0x6517FA) is known color: Han Purple. HEX triplet: 65, 17 and FA. RGB value is (101,23,250). Sum of RGB (Red+Green+Blue) = 101+23+250=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 23 (9.38% from 255 or 6.15% from 374); Blue value is 250 (98.05% from 255 or 66.84% from 374); Max value from RGB is 250 - color contains mainly: blue. Hex color #6517FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6517FA is #9AE805. Grayscale: #474747. Windows color (decimal): -10151942 or 16389989. OLE color: 16389989.
HSL color Cylindrical-coordinate representation of color #6517FA: hue angle of 260.62º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6517FA is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 23 | 250 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.02 |
| HSL | 260.62º | 0.96% | 0.54% | - |
| HSV(B) | 260.62º | 0.91% | 0.98% | - |
| XYZ | 22.93 | 10.28 | 91.22 | - |
| YUV | 72.2 | 228.34 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 23 | 250 | 0.60 | 0.91 | 0 | 0.02 | 260.62 | 0.96 | 0.54 |
| Hex | 65 | 17 | FA | 3C | 5B | 0 | 2 | 105 | 60 | 36 |
| Octal | 145 | 27 | 372 | 74 | 133 | 0 | 2 | 405 | 140 | 66 |
| Binary | 1100101 | 10111 | 11111010 | 111100 | 1011011 | 0 | 10 | 100000101 | 1100000 | 110110 |
Color Harmonies of #6517FA
Complementary color
Monochromatic Colors of #6517FA
Black with #6517FA
Text Example
Text Example
White with #6517FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6517FA; }
p { color: rgb(101,23,250); }
H1.HeaderClassName
{
color: #6517FA;
}
.AnyTagClassName
{
color: #6517FA;
}
</style>
background-color css
<style>
a { background-color: #6517FA; }
a { background-color: rgb(101,23,250); }
div.DivClassName
{
background-color: #6517FA;
}
.BgClassName
{
background-color: #6517FA;
}
</style>
border-color css
<style>
span { border-color: #6517FA; }
span { border-color: rgb(101,23,250); }
td.TdClassName
{
border-color: #6517FA;
}
.TagClassName
{
border-color: #6517FA;
}
</style>