Shades of Han Purple #520CFD
Tints of Han Purple #520CFD
RGB
CMYK
RGB Variations
Color information
#520CFD (or 0x520CFD) is known color: Han Purple. HEX triplet: 52, 0C and FD. RGB value is (82,12,253). Sum of RGB (Red+Green+Blue) = 82+12+253=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 253 (99.22% from 255 or 72.91% from 347); Max value from RGB is 253 - color contains mainly: blue. Hex color #520CFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520CFD is #ADF302. Grayscale: #3B3B3B. Windows color (decimal): -11399939 or 16583762. OLE color: 16583762.
HSL color Cylindrical-coordinate representation of color #520CFD: hue angle of 257.43º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520CFD is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 12 | 253 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.01 |
| HSL | 257.43º | 0.98% | 0.52% | - |
| HSV(B) | 257.43º | 0.95% | 0.99% | - |
| XYZ | 21.34 | 9.15 | 93.57 | - |
| YUV | 60.4 | 236.69 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 12 | 253 | 0.68 | 0.95 | 0 | 0.01 | 257.43 | 0.98 | 0.52 |
| Hex | 52 | C | FD | 44 | 5F | 0 | 1 | 101 | 62 | 34 |
| Octal | 122 | 14 | 375 | 104 | 137 | 0 | 1 | 401 | 142 | 64 |
| Binary | 1010010 | 1100 | 11111101 | 1000100 | 1011111 | 0 | 1 | 100000001 | 1100010 | 110100 |
Color Harmonies of #520CFD
Complementary color
Monochromatic Colors of #520CFD
Black with #520CFD
Text Example
Text Example
White with #520CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520CFD; }
p { color: rgb(82,12,253); }
H1.HeaderClassName
{
color: #520CFD;
}
.AnyTagClassName
{
color: #520CFD;
}
</style>
background-color css
<style>
a { background-color: #520CFD; }
a { background-color: rgb(82,12,253); }
div.DivClassName
{
background-color: #520CFD;
}
.BgClassName
{
background-color: #520CFD;
}
</style>
border-color css
<style>
span { border-color: #520CFD; }
span { border-color: rgb(82,12,253); }
td.TdClassName
{
border-color: #520CFD;
}
.TagClassName
{
border-color: #520CFD;
}
</style>