Shades of Han Purple #520BFD
Tints of Han Purple #520BFD
RGB
CMYK
RGB Variations
Color information
#520BFD (or 0x520BFD) is known color: Han Purple. HEX triplet: 52, 0B and FD. RGB value is (82,11,253). Sum of RGB (Red+Green+Blue) = 82+11+253=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 253 (99.22% from 255 or 73.12% from 346); Max value from RGB is 253 - color contains mainly: blue. Hex color #520BFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520BFD is #ADF402. Grayscale: #3A3A3A. Windows color (decimal): -11400195 or 16583506. OLE color: 16583506.
HSL color Cylindrical-coordinate representation of color #520BFD: hue angle of 257.6º 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 #520BFD is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 11 | 253 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.01 |
| HSL | 257.6º | 0.98% | 0.52% | - |
| HSV(B) | 257.6º | 0.96% | 0.99% | - |
| XYZ | 21.33 | 9.13 | 93.57 | - |
| YUV | 59.82 | 237.02 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 253 | 0.68 | 0.96 | 0 | 0.01 | 257.6 | 0.98 | 0.52 |
| Hex | 52 | B | FD | 44 | 60 | 0 | 1 | 102 | 62 | 34 |
| Octal | 122 | 13 | 375 | 104 | 140 | 0 | 1 | 402 | 142 | 64 |
| Binary | 1010010 | 1011 | 11111101 | 1000100 | 1100000 | 0 | 1 | 100000010 | 1100010 | 110100 |
Color Harmonies of #520BFD
Complementary color
Monochromatic Colors of #520BFD
Black with #520BFD
Text Example
Text Example
White with #520BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520BFD; }
p { color: rgb(82,11,253); }
H1.HeaderClassName
{
color: #520BFD;
}
.AnyTagClassName
{
color: #520BFD;
}
</style>
background-color css
<style>
a { background-color: #520BFD; }
a { background-color: rgb(82,11,253); }
div.DivClassName
{
background-color: #520BFD;
}
.BgClassName
{
background-color: #520BFD;
}
</style>
border-color css
<style>
span { border-color: #520BFD; }
span { border-color: rgb(82,11,253); }
td.TdClassName
{
border-color: #520BFD;
}
.TagClassName
{
border-color: #520BFD;
}
</style>