Shades of Han Purple #6521E9
Tints of Han Purple #6521E9
RGB
CMYK
RGB Variations
Color information
#6521E9 (or 0x6521E9) is known color: Han Purple. HEX triplet: 65, 21 and E9. RGB value is (101,33,233). Sum of RGB (Red+Green+Blue) = 101+33+233=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 233 (91.41% from 255 or 63.49% from 367); Max value from RGB is 233 - color contains mainly: blue. Hex color #6521E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6521E9 is #9ADE16. Grayscale: #4B4B4B. Windows color (decimal): -10149399 or 15278437. OLE color: 15278437.
HSL color Cylindrical-coordinate representation of color #6521E9: hue angle of 260.4º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6521E9 is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 33 | 233 | - |
| CMYK | 0.57 | 0.86 | 0 | 0.09 |
| HSL | 260.4º | 0.82% | 0.52% | - |
| HSV(B) | 260.4º | 0.86% | 0.91% | - |
| XYZ | 20.62 | 9.74 | 77.88 | - |
| YUV | 76.13 | 216.53 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 233 | 0.57 | 0.86 | 0 | 0.09 | 260.4 | 0.82 | 0.52 |
| Hex | 65 | 21 | E9 | 39 | 56 | 0 | 9 | 104 | 52 | 34 |
| Octal | 145 | 41 | 351 | 71 | 126 | 0 | 11 | 404 | 122 | 64 |
| Binary | 1100101 | 100001 | 11101001 | 111001 | 1010110 | 0 | 1001 | 100000100 | 1010010 | 110100 |
Color Harmonies of #6521E9
Complementary color
Monochromatic Colors of #6521E9
Black with #6521E9
Text Example
Text Example
White with #6521E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6521E9; }
p { color: rgb(101,33,233); }
H1.HeaderClassName
{
color: #6521E9;
}
.AnyTagClassName
{
color: #6521E9;
}
</style>
background-color css
<style>
a { background-color: #6521E9; }
a { background-color: rgb(101,33,233); }
div.DivClassName
{
background-color: #6521E9;
}
.BgClassName
{
background-color: #6521E9;
}
</style>
border-color css
<style>
span { border-color: #6521E9; }
span { border-color: rgb(101,33,233); }
td.TdClassName
{
border-color: #6521E9;
}
.TagClassName
{
border-color: #6521E9;
}
</style>