Shades of Han Purple #6528FE
Tints of Han Purple #6528FE
RGB
CMYK
RGB Variations
Color information
#6528FE (or 0x6528FE) is known color: Han Purple. HEX triplet: 65, 28 and FE. RGB value is (101,40,254). Sum of RGB (Red+Green+Blue) = 101+40+254=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #6528FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6528FE is #9AD701. Grayscale: #515151. Windows color (decimal): -10147586 or 16656485. OLE color: 16656485.
HSL color Cylindrical-coordinate representation of color #6528FE: hue angle of 257.1º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6528FE is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 40 | 254 | - |
| CMYK | 0.60 | 0.84 | 0 | 0.00 |
| HSL | 257.1º | 0.99% | 0.58% | - |
| HSV(B) | 257.1º | 0.84% | 1% | - |
| XYZ | 24.02 | 11.44 | 94.71 | - |
| YUV | 82.64 | 224.71 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 254 | 0.60 | 0.84 | 0 | 0.00 | 257.1 | 0.99 | 0.58 |
| Hex | 65 | 28 | FE | 3C | 54 | 0 | 0 | 101 | 63 | 3A |
| Octal | 145 | 50 | 376 | 74 | 124 | 0 | 0 | 401 | 143 | 72 |
| Binary | 1100101 | 101000 | 11111110 | 111100 | 1010100 | 0 | 0 | 100000001 | 1100011 | 111010 |
Color Harmonies of #6528FE
Complementary color
Monochromatic Colors of #6528FE
Black with #6528FE
Text Example
Text Example
White with #6528FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6528FE; }
p { color: rgb(101,40,254); }
H1.HeaderClassName
{
color: #6528FE;
}
.AnyTagClassName
{
color: #6528FE;
}
</style>
background-color css
<style>
a { background-color: #6528FE; }
a { background-color: rgb(101,40,254); }
div.DivClassName
{
background-color: #6528FE;
}
.BgClassName
{
background-color: #6528FE;
}
</style>
border-color css
<style>
span { border-color: #6528FE; }
span { border-color: rgb(101,40,254); }
td.TdClassName
{
border-color: #6528FE;
}
.TagClassName
{
border-color: #6528FE;
}
</style>