Shades of Han Purple #520BFC
Tints of Han Purple #520BFC
RGB
CMYK
RGB Variations
Color information
#520BFC (or 0x520BFC) is known color: Han Purple. HEX triplet: 52, 0B and FC. RGB value is (82,11,252). Sum of RGB (Red+Green+Blue) = 82+11+252=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 252 (98.83% from 255 or 73.04% from 345); Max value from RGB is 252 - color contains mainly: blue. Hex color #520BFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520BFC is #ADF403. Grayscale: #3A3A3A. Windows color (decimal): -11400196 or 16517970. OLE color: 16517970.
HSL color Cylindrical-coordinate representation of color #520BFC: hue angle of 257.68º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520BFC is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 11 | 252 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.01 |
| HSL | 257.68º | 0.98% | 0.52% | - |
| HSV(B) | 257.68º | 0.96% | 0.99% | - |
| XYZ | 21.17 | 9.06 | 92.73 | - |
| YUV | 59.7 | 236.52 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 252 | 0.67 | 0.96 | 0 | 0.01 | 257.68 | 0.98 | 0.52 |
| Hex | 52 | B | FC | 43 | 60 | 0 | 1 | 102 | 62 | 34 |
| Octal | 122 | 13 | 374 | 103 | 140 | 0 | 1 | 402 | 142 | 64 |
| Binary | 1010010 | 1011 | 11111100 | 1000011 | 1100000 | 0 | 1 | 100000010 | 1100010 | 110100 |
Color Harmonies of #520BFC
Complementary color
Monochromatic Colors of #520BFC
Black with #520BFC
Text Example
Text Example
White with #520BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520BFC; }
p { color: rgb(82,11,252); }
H1.HeaderClassName
{
color: #520BFC;
}
.AnyTagClassName
{
color: #520BFC;
}
</style>
background-color css
<style>
a { background-color: #520BFC; }
a { background-color: rgb(82,11,252); }
div.DivClassName
{
background-color: #520BFC;
}
.BgClassName
{
background-color: #520BFC;
}
</style>
border-color css
<style>
span { border-color: #520BFC; }
span { border-color: rgb(82,11,252); }
td.TdClassName
{
border-color: #520BFC;
}
.TagClassName
{
border-color: #520BFC;
}
</style>