Shades of Han Purple #6528E3
Tints of Han Purple #6528E3
RGB
CMYK
RGB Variations
Color information
#6528E3 (or 0x6528E3) is known color: Han Purple. HEX triplet: 65, 28 and E3. RGB value is (101,40,227). Sum of RGB (Red+Green+Blue) = 101+40+227=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 227 (89.06% from 255 or 61.68% from 368); Max value from RGB is 227 - color contains mainly: blue. Hex color #6528E3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6528E3 is #9AD71C. Grayscale: #4E4E4E. Windows color (decimal): -10147613 or 14887013. OLE color: 14887013.
HSL color Cylindrical-coordinate representation of color #6528E3: hue angle of 259.57º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6528E3 is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 40 | 227 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.11 |
| HSL | 259.57º | 0.77% | 0.52% | - |
| HSV(B) | 259.57º | 0.82% | 0.89% | - |
| XYZ | 19.99 | 9.83 | 73.52 | - |
| YUV | 79.56 | 211.21 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 227 | 0.56 | 0.82 | 0 | 0.11 | 259.57 | 0.77 | 0.52 |
| Hex | 65 | 28 | E3 | 38 | 52 | 0 | B | 104 | 4D | 34 |
| Octal | 145 | 50 | 343 | 70 | 122 | 0 | 13 | 404 | 115 | 64 |
| Binary | 1100101 | 101000 | 11100011 | 111000 | 1010010 | 0 | 1011 | 100000100 | 1001101 | 110100 |
Color Harmonies of #6528E3
Complementary color
Monochromatic Colors of #6528E3
Black with #6528E3
Text Example
Text Example
White with #6528E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6528E3; }
p { color: rgb(101,40,227); }
H1.HeaderClassName
{
color: #6528E3;
}
.AnyTagClassName
{
color: #6528E3;
}
</style>
background-color css
<style>
a { background-color: #6528E3; }
a { background-color: rgb(101,40,227); }
div.DivClassName
{
background-color: #6528E3;
}
.BgClassName
{
background-color: #6528E3;
}
</style>
border-color css
<style>
span { border-color: #6528E3; }
span { border-color: rgb(101,40,227); }
td.TdClassName
{
border-color: #6528E3;
}
.TagClassName
{
border-color: #6528E3;
}
</style>