Shades of Han Purple #520BFE
Tints of Han Purple #520BFE
RGB
CMYK
RGB Variations
Color information
#520BFE (or 0x520BFE) is known color: Han Purple. HEX triplet: 52, 0B and FE. RGB value is (82,11,254). Sum of RGB (Red+Green+Blue) = 82+11+254=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 254 (99.61% from 255 or 73.20% from 347); Max value from RGB is 254 - color contains mainly: blue. Hex color #520BFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520BFE is #ADF401. Grayscale: #3B3B3B. Windows color (decimal): -11400194 or 16649042. OLE color: 16649042.
HSL color Cylindrical-coordinate representation of color #520BFE: hue angle of 257.53º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520BFE is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 11 | 254 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.00 |
| HSL | 257.53º | 0.99% | 0.52% | - |
| HSV(B) | 257.53º | 0.96% | 1% | - |
| XYZ | 21.49 | 9.19 | 94.41 | - |
| YUV | 59.93 | 237.52 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 254 | 0.68 | 0.96 | 0 | 0.00 | 257.53 | 0.99 | 0.52 |
| Hex | 52 | B | FE | 44 | 60 | 0 | 0 | 102 | 63 | 34 |
| Octal | 122 | 13 | 376 | 104 | 140 | 0 | 0 | 402 | 143 | 64 |
| Binary | 1010010 | 1011 | 11111110 | 1000100 | 1100000 | 0 | 0 | 100000010 | 1100011 | 110100 |
Color Harmonies of #520BFE
Complementary color
Monochromatic Colors of #520BFE
Black with #520BFE
Text Example
Text Example
White with #520BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520BFE; }
p { color: rgb(82,11,254); }
H1.HeaderClassName
{
color: #520BFE;
}
.AnyTagClassName
{
color: #520BFE;
}
</style>
background-color css
<style>
a { background-color: #520BFE; }
a { background-color: rgb(82,11,254); }
div.DivClassName
{
background-color: #520BFE;
}
.BgClassName
{
background-color: #520BFE;
}
</style>
border-color css
<style>
span { border-color: #520BFE; }
span { border-color: rgb(82,11,254); }
td.TdClassName
{
border-color: #520BFE;
}
.TagClassName
{
border-color: #520BFE;
}
</style>