Shades of Han Purple #6518FF
Tints of Han Purple #6518FF
RGB
CMYK
RGB Variations
Color information
#6518FF (or 0x6518FF) is known color: Han Purple. HEX triplet: 65, 18 and FF. RGB value is (101,24,255). Sum of RGB (Red+Green+Blue) = 101+24+255=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 255 (100% from 255 or 67.11% from 380); Max value from RGB is 255 - color contains mainly: blue. Hex color #6518FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6518FF is #9AE700. Grayscale: #484848. Windows color (decimal): -10151681 or 16717925. OLE color: 16717925.
HSL color Cylindrical-coordinate representation of color #6518FF: hue angle of 260º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6518FF is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 24 | 255 | - |
| CMYK | 0.60 | 0.91 | 0 | 0 |
| HSL | 260º | 1% | 0.55% | - |
| HSV(B) | 260º | 0.91% | 1% | - |
| XYZ | 23.74 | 10.64 | 95.41 | - |
| YUV | 73.36 | 230.51 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 24 | 255 | 0.60 | 0.91 | 0 | 0 | 260 | 1 | 0.55 |
| Hex | 65 | 18 | FF | 3C | 5B | 0 | 0 | 104 | 64 | 37 |
| Octal | 145 | 30 | 377 | 74 | 133 | 0 | 0 | 404 | 144 | 67 |
| Binary | 1100101 | 11000 | 11111111 | 111100 | 1011011 | 0 | 0 | 100000100 | 1100100 | 110111 |
Color Harmonies of #6518FF
Complementary color
Monochromatic Colors of #6518FF
Black with #6518FF
Text Example
Text Example
White with #6518FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6518FF; }
p { color: rgb(101,24,255); }
H1.HeaderClassName
{
color: #6518FF;
}
.AnyTagClassName
{
color: #6518FF;
}
</style>
background-color css
<style>
a { background-color: #6518FF; }
a { background-color: rgb(101,24,255); }
div.DivClassName
{
background-color: #6518FF;
}
.BgClassName
{
background-color: #6518FF;
}
</style>
border-color css
<style>
span { border-color: #6518FF; }
span { border-color: rgb(101,24,255); }
td.TdClassName
{
border-color: #6518FF;
}
.TagClassName
{
border-color: #6518FF;
}
</style>