Shades of Han Purple #5215FC
Tints of Han Purple #5215FC
RGB
CMYK
RGB Variations
Color information
#5215FC (or 0x5215FC) is known color: Han Purple. HEX triplet: 52, 15 and FC. RGB value is (82,21,252). Sum of RGB (Red+Green+Blue) = 82+21+252=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 252 (98.83% from 255 or 70.99% from 355); Max value from RGB is 252 - color contains mainly: blue. Hex color #5215FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5215FC is #ADEA03. Grayscale: #404040. Windows color (decimal): -11397636 or 16520530. OLE color: 16520530.
HSL color Cylindrical-coordinate representation of color #5215FC: hue angle of 255.84º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5215FC is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 21 | 252 | - |
| CMYK | 0.67 | 0.92 | 0 | 0.01 |
| HSL | 255.84º | 0.97% | 0.54% | - |
| HSV(B) | 255.84º | 0.92% | 0.99% | - |
| XYZ | 21.32 | 9.36 | 92.78 | - |
| YUV | 65.57 | 233.21 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 21 | 252 | 0.67 | 0.92 | 0 | 0.01 | 255.84 | 0.97 | 0.54 |
| Hex | 52 | 15 | FC | 43 | 5C | 0 | 1 | 100 | 61 | 36 |
| Octal | 122 | 25 | 374 | 103 | 134 | 0 | 1 | 400 | 141 | 66 |
| Binary | 1010010 | 10101 | 11111100 | 1000011 | 1011100 | 0 | 1 | 100000000 | 1100001 | 110110 |
Color Harmonies of #5215FC
Complementary color
Monochromatic Colors of #5215FC
Black with #5215FC
Text Example
Text Example
White with #5215FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5215FC; }
p { color: rgb(82,21,252); }
H1.HeaderClassName
{
color: #5215FC;
}
.AnyTagClassName
{
color: #5215FC;
}
</style>
background-color css
<style>
a { background-color: #5215FC; }
a { background-color: rgb(82,21,252); }
div.DivClassName
{
background-color: #5215FC;
}
.BgClassName
{
background-color: #5215FC;
}
</style>
border-color css
<style>
span { border-color: #5215FC; }
span { border-color: rgb(82,21,252); }
td.TdClassName
{
border-color: #5215FC;
}
.TagClassName
{
border-color: #5215FC;
}
</style>