Shades of Han Purple #6523EC
Tints of Han Purple #6523EC
RGB
CMYK
RGB Variations
Color information
#6523EC (or 0x6523EC) is known color: Han Purple. HEX triplet: 65, 23 and EC. RGB value is (101,35,236). Sum of RGB (Red+Green+Blue) = 101+35+236=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 35 (14.06% from 255 or 9.41% from 372); Blue value is 236 (92.58% from 255 or 63.44% from 372); Max value from RGB is 236 - color contains mainly: blue. Hex color #6523EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6523EC is #9ADC13. Grayscale: #4C4C4C. Windows color (decimal): -10148884 or 15475557. OLE color: 15475557.
HSL color Cylindrical-coordinate representation of color #6523EC: hue angle of 259.7º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6523EC is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 35 | 236 | - |
| CMYK | 0.57 | 0.85 | 0 | 0.07 |
| HSL | 259.7º | 0.84% | 0.53% | - |
| HSV(B) | 259.7º | 0.85% | 0.93% | - |
| XYZ | 21.11 | 10.02 | 80.18 | - |
| YUV | 77.65 | 217.37 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 35 | 236 | 0.57 | 0.85 | 0 | 0.07 | 259.7 | 0.84 | 0.53 |
| Hex | 65 | 23 | EC | 39 | 55 | 0 | 7 | 104 | 54 | 35 |
| Octal | 145 | 43 | 354 | 71 | 125 | 0 | 7 | 404 | 124 | 65 |
| Binary | 1100101 | 100011 | 11101100 | 111001 | 1010101 | 0 | 111 | 100000100 | 1010100 | 110101 |
Color Harmonies of #6523EC
Complementary color
Monochromatic Colors of #6523EC
Black with #6523EC
Text Example
Text Example
White with #6523EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6523EC; }
p { color: rgb(101,35,236); }
H1.HeaderClassName
{
color: #6523EC;
}
.AnyTagClassName
{
color: #6523EC;
}
</style>
background-color css
<style>
a { background-color: #6523EC; }
a { background-color: rgb(101,35,236); }
div.DivClassName
{
background-color: #6523EC;
}
.BgClassName
{
background-color: #6523EC;
}
</style>
border-color css
<style>
span { border-color: #6523EC; }
span { border-color: rgb(101,35,236); }
td.TdClassName
{
border-color: #6523EC;
}
.TagClassName
{
border-color: #6523EC;
}
</style>