Shades of Han Purple #6527FF
Tints of Han Purple #6527FF
RGB
CMYK
RGB Variations
Color information
#6527FF (or 0x6527FF) is known color: Han Purple. HEX triplet: 65, 27 and FF. RGB value is (101,39,255). Sum of RGB (Red+Green+Blue) = 101+39+255=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 39 (15.62% from 255 or 9.87% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #6527FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6527FF is #9AD800. Grayscale: #515151. Windows color (decimal): -10147841 or 16721765. OLE color: 16721765.
HSL color Cylindrical-coordinate representation of color #6527FF: hue angle of 257.22º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6527FF is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 39 | 255 | - |
| CMYK | 0.60 | 0.85 | 0 | 0 |
| HSL | 257.22º | 1% | 0.58% | - |
| HSV(B) | 257.22º | 0.85% | 1% | - |
| XYZ | 24.14 | 11.44 | 95.54 | - |
| YUV | 82.16 | 225.54 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 39 | 255 | 0.60 | 0.85 | 0 | 0 | 257.22 | 1 | 0.58 |
| Hex | 65 | 27 | FF | 3C | 55 | 0 | 0 | 101 | 64 | 3A |
| Octal | 145 | 47 | 377 | 74 | 125 | 0 | 0 | 401 | 144 | 72 |
| Binary | 1100101 | 100111 | 11111111 | 111100 | 1010101 | 0 | 0 | 100000001 | 1100100 | 111010 |
Color Harmonies of #6527FF
Complementary color
Monochromatic Colors of #6527FF
Black with #6527FF
Text Example
Text Example
White with #6527FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6527FF; }
p { color: rgb(101,39,255); }
H1.HeaderClassName
{
color: #6527FF;
}
.AnyTagClassName
{
color: #6527FF;
}
</style>
background-color css
<style>
a { background-color: #6527FF; }
a { background-color: rgb(101,39,255); }
div.DivClassName
{
background-color: #6527FF;
}
.BgClassName
{
background-color: #6527FF;
}
</style>
border-color css
<style>
span { border-color: #6527FF; }
span { border-color: rgb(101,39,255); }
td.TdClassName
{
border-color: #6527FF;
}
.TagClassName
{
border-color: #6527FF;
}
</style>