Shades of Han Purple #6527FE
Tints of Han Purple #6527FE
RGB
CMYK
RGB Variations
Color information
#6527FE (or 0x6527FE) is known color: Han Purple. HEX triplet: 65, 27 and FE. RGB value is (101,39,254). Sum of RGB (Red+Green+Blue) = 101+39+254=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 39 (15.62% from 255 or 9.90% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #6527FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6527FE is #9AD801. Grayscale: #515151. Windows color (decimal): -10147842 or 16656229. OLE color: 16656229.
HSL color Cylindrical-coordinate representation of color #6527FE: hue angle of 257.3º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6527FE is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 39 | 254 | - |
| CMYK | 0.60 | 0.85 | 0 | 0.00 |
| HSL | 257.3º | 0.99% | 0.57% | - |
| HSV(B) | 257.3º | 0.85% | 1% | - |
| XYZ | 23.98 | 11.37 | 94.7 | - |
| YUV | 82.05 | 225.04 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 39 | 254 | 0.60 | 0.85 | 0 | 0.00 | 257.3 | 0.99 | 0.57 |
| Hex | 65 | 27 | FE | 3C | 55 | 0 | 0 | 101 | 63 | 39 |
| Octal | 145 | 47 | 376 | 74 | 125 | 0 | 0 | 401 | 143 | 71 |
| Binary | 1100101 | 100111 | 11111110 | 111100 | 1010101 | 0 | 0 | 100000001 | 1100011 | 111001 |
Color Harmonies of #6527FE
Complementary color
Monochromatic Colors of #6527FE
Black with #6527FE
Text Example
Text Example
White with #6527FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6527FE; }
p { color: rgb(101,39,254); }
H1.HeaderClassName
{
color: #6527FE;
}
.AnyTagClassName
{
color: #6527FE;
}
</style>
background-color css
<style>
a { background-color: #6527FE; }
a { background-color: rgb(101,39,254); }
div.DivClassName
{
background-color: #6527FE;
}
.BgClassName
{
background-color: #6527FE;
}
</style>
border-color css
<style>
span { border-color: #6527FE; }
span { border-color: rgb(101,39,254); }
td.TdClassName
{
border-color: #6527FE;
}
.TagClassName
{
border-color: #6527FE;
}
</style>