Shades of Han Purple #6525EE
Tints of Han Purple #6525EE
RGB
CMYK
RGB Variations
Color information
#6525EE (or 0x6525EE) is known color: Han Purple. HEX triplet: 65, 25 and EE. RGB value is (101,37,238). Sum of RGB (Red+Green+Blue) = 101+37+238=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 238 (93.36% from 255 or 63.30% from 376); Max value from RGB is 238 - color contains mainly: blue. Hex color #6525EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6525EE is #9ADA11. Grayscale: #4E4E4E. Windows color (decimal): -10148370 or 15607141. OLE color: 15607141.
HSL color Cylindrical-coordinate representation of color #6525EE: hue angle of 259.1º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6525EE is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 37 | 238 | - |
| CMYK | 0.58 | 0.84 | 0 | 0.07 |
| HSL | 259.1º | 0.86% | 0.54% | - |
| HSV(B) | 259.1º | 0.84% | 0.93% | - |
| XYZ | 21.46 | 10.26 | 81.74 | - |
| YUV | 79.05 | 217.7 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 37 | 238 | 0.58 | 0.84 | 0 | 0.07 | 259.1 | 0.86 | 0.54 |
| Hex | 65 | 25 | EE | 3A | 54 | 0 | 7 | 103 | 56 | 36 |
| Octal | 145 | 45 | 356 | 72 | 124 | 0 | 7 | 403 | 126 | 66 |
| Binary | 1100101 | 100101 | 11101110 | 111010 | 1010100 | 0 | 111 | 100000011 | 1010110 | 110110 |
Color Harmonies of #6525EE
Complementary color
Monochromatic Colors of #6525EE
Black with #6525EE
Text Example
Text Example
White with #6525EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6525EE; }
p { color: rgb(101,37,238); }
H1.HeaderClassName
{
color: #6525EE;
}
.AnyTagClassName
{
color: #6525EE;
}
</style>
background-color css
<style>
a { background-color: #6525EE; }
a { background-color: rgb(101,37,238); }
div.DivClassName
{
background-color: #6525EE;
}
.BgClassName
{
background-color: #6525EE;
}
</style>
border-color css
<style>
span { border-color: #6525EE; }
span { border-color: rgb(101,37,238); }
td.TdClassName
{
border-color: #6525EE;
}
.TagClassName
{
border-color: #6525EE;
}
</style>