Shades of Han Purple #6520FE
Tints of Han Purple #6520FE
RGB
CMYK
RGB Variations
Color information
#6520FE (or 0x6520FE) is known color: Han Purple. HEX triplet: 65, 20 and FE. RGB value is (101,32,254). Sum of RGB (Red+Green+Blue) = 101+32+254=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #6520FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6520FE is #9ADF01. Grayscale: #4D4D4D. Windows color (decimal): -10149634 or 16654437. OLE color: 16654437.
HSL color Cylindrical-coordinate representation of color #6520FE: hue angle of 258.65º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6520FE is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 32 | 254 | - |
| CMYK | 0.60 | 0.87 | 0 | 0.00 |
| HSL | 258.65º | 0.99% | 0.56% | - |
| HSV(B) | 258.65º | 0.87% | 1% | - |
| XYZ | 23.77 | 10.96 | 94.63 | - |
| YUV | 77.94 | 227.36 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 32 | 254 | 0.60 | 0.87 | 0 | 0.00 | 258.65 | 0.99 | 0.56 |
| Hex | 65 | 20 | FE | 3C | 57 | 0 | 0 | 103 | 63 | 38 |
| Octal | 145 | 40 | 376 | 74 | 127 | 0 | 0 | 403 | 143 | 70 |
| Binary | 1100101 | 100000 | 11111110 | 111100 | 1010111 | 0 | 0 | 100000011 | 1100011 | 111000 |
Color Harmonies of #6520FE
Complementary color
Monochromatic Colors of #6520FE
Black with #6520FE
Text Example
Text Example
White with #6520FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6520FE; }
p { color: rgb(101,32,254); }
H1.HeaderClassName
{
color: #6520FE;
}
.AnyTagClassName
{
color: #6520FE;
}
</style>
background-color css
<style>
a { background-color: #6520FE; }
a { background-color: rgb(101,32,254); }
div.DivClassName
{
background-color: #6520FE;
}
.BgClassName
{
background-color: #6520FE;
}
</style>
border-color css
<style>
span { border-color: #6520FE; }
span { border-color: rgb(101,32,254); }
td.TdClassName
{
border-color: #6520FE;
}
.TagClassName
{
border-color: #6520FE;
}
</style>