Shades of Han Purple #6528FA
Tints of Han Purple #6528FA
RGB
CMYK
RGB Variations
Color information
#6528FA (or 0x6528FA) is known color: Han Purple. HEX triplet: 65, 28 and FA. RGB value is (101,40,250). Sum of RGB (Red+Green+Blue) = 101+40+250=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #6528FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6528FA is #9AD705. Grayscale: #515151. Windows color (decimal): -10147590 or 16394341. OLE color: 16394341.
HSL color Cylindrical-coordinate representation of color #6528FA: hue angle of 257.43º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6528FA is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 40 | 250 | - |
| CMYK | 0.60 | 0.84 | 0 | 0.02 |
| HSL | 257.43º | 0.95% | 0.57% | - |
| HSV(B) | 257.43º | 0.84% | 0.98% | - |
| XYZ | 23.38 | 11.19 | 91.37 | - |
| YUV | 82.18 | 222.71 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 250 | 0.60 | 0.84 | 0 | 0.02 | 257.43 | 0.95 | 0.57 |
| Hex | 65 | 28 | FA | 3C | 54 | 0 | 2 | 101 | 5F | 39 |
| Octal | 145 | 50 | 372 | 74 | 124 | 0 | 2 | 401 | 137 | 71 |
| Binary | 1100101 | 101000 | 11111010 | 111100 | 1010100 | 0 | 10 | 100000001 | 1011111 | 111001 |
Color Harmonies of #6528FA
Complementary color
Monochromatic Colors of #6528FA
Black with #6528FA
Text Example
Text Example
White with #6528FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6528FA; }
p { color: rgb(101,40,250); }
H1.HeaderClassName
{
color: #6528FA;
}
.AnyTagClassName
{
color: #6528FA;
}
</style>
background-color css
<style>
a { background-color: #6528FA; }
a { background-color: rgb(101,40,250); }
div.DivClassName
{
background-color: #6528FA;
}
.BgClassName
{
background-color: #6528FA;
}
</style>
border-color css
<style>
span { border-color: #6528FA; }
span { border-color: rgb(101,40,250); }
td.TdClassName
{
border-color: #6528FA;
}
.TagClassName
{
border-color: #6528FA;
}
</style>