Shades of Han Purple #6525FF
Tints of Han Purple #6525FF
RGB
CMYK
RGB Variations
Color information
#6525FF (or 0x6525FF) is known color: Han Purple. HEX triplet: 65, 25 and FF. RGB value is (101,37,255). Sum of RGB (Red+Green+Blue) = 101+37+255=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #6525FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6525FF is #9ADA00. Grayscale: #505050. Windows color (decimal): -10148353 or 16721253. OLE color: 16721253.
HSL color Cylindrical-coordinate representation of color #6525FF: hue angle of 257.61º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6525FF is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 37 | 255 | - |
| CMYK | 0.60 | 0.85 | 0 | 0 |
| HSL | 257.61º | 1% | 0.57% | - |
| HSV(B) | 257.61º | 0.85% | 1% | - |
| XYZ | 24.08 | 11.31 | 95.52 | - |
| YUV | 80.99 | 226.2 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 37 | 255 | 0.60 | 0.85 | 0 | 0 | 257.61 | 1 | 0.57 |
| Hex | 65 | 25 | FF | 3C | 55 | 0 | 0 | 102 | 64 | 39 |
| Octal | 145 | 45 | 377 | 74 | 125 | 0 | 0 | 402 | 144 | 71 |
| Binary | 1100101 | 100101 | 11111111 | 111100 | 1010101 | 0 | 0 | 100000010 | 1100100 | 111001 |
Color Harmonies of #6525FF
Complementary color
Monochromatic Colors of #6525FF
Black with #6525FF
Text Example
Text Example
White with #6525FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6525FF; }
p { color: rgb(101,37,255); }
H1.HeaderClassName
{
color: #6525FF;
}
.AnyTagClassName
{
color: #6525FF;
}
</style>
background-color css
<style>
a { background-color: #6525FF; }
a { background-color: rgb(101,37,255); }
div.DivClassName
{
background-color: #6525FF;
}
.BgClassName
{
background-color: #6525FF;
}
</style>
border-color css
<style>
span { border-color: #6525FF; }
span { border-color: rgb(101,37,255); }
td.TdClassName
{
border-color: #6525FF;
}
.TagClassName
{
border-color: #6525FF;
}
</style>