Shades of Han Purple #6515FC
Tints of Han Purple #6515FC
RGB
CMYK
RGB Variations
Color information
#6515FC (or 0x6515FC) is known color: Han Purple. HEX triplet: 65, 15 and FC. RGB value is (101,21,252). Sum of RGB (Red+Green+Blue) = 101+21+252=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 252 (98.83% from 255 or 67.38% from 374); Max value from RGB is 252 - color contains mainly: blue. Hex color #6515FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6515FC is #9AEA03. Grayscale: #464646. Windows color (decimal): -10152452 or 16520549. OLE color: 16520549.
HSL color Cylindrical-coordinate representation of color #6515FC: hue angle of 260.78º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6515FC is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 21 | 252 | - |
| CMYK | 0.60 | 0.92 | 0 | 0.01 |
| HSL | 260.78º | 0.97% | 0.54% | - |
| HSV(B) | 260.78º | 0.92% | 0.99% | - |
| XYZ | 23.21 | 10.33 | 92.87 | - |
| YUV | 71.25 | 230 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 21 | 252 | 0.60 | 0.92 | 0 | 0.01 | 260.78 | 0.97 | 0.54 |
| Hex | 65 | 15 | FC | 3C | 5C | 0 | 1 | 105 | 61 | 36 |
| Octal | 145 | 25 | 374 | 74 | 134 | 0 | 1 | 405 | 141 | 66 |
| Binary | 1100101 | 10101 | 11111100 | 111100 | 1011100 | 0 | 1 | 100000101 | 1100001 | 110110 |
Color Harmonies of #6515FC
Complementary color
Monochromatic Colors of #6515FC
Black with #6515FC
Text Example
Text Example
White with #6515FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6515FC; }
p { color: rgb(101,21,252); }
H1.HeaderClassName
{
color: #6515FC;
}
.AnyTagClassName
{
color: #6515FC;
}
</style>
background-color css
<style>
a { background-color: #6515FC; }
a { background-color: rgb(101,21,252); }
div.DivClassName
{
background-color: #6515FC;
}
.BgClassName
{
background-color: #6515FC;
}
</style>
border-color css
<style>
span { border-color: #6515FC; }
span { border-color: rgb(101,21,252); }
td.TdClassName
{
border-color: #6515FC;
}
.TagClassName
{
border-color: #6515FC;
}
</style>