Shades of Han Purple #521AFC
Tints of Han Purple #521AFC
RGB
CMYK
RGB Variations
Color information
#521AFC (or 0x521AFC) is known color: Han Purple. HEX triplet: 52, 1A and FC. RGB value is (82,26,252). Sum of RGB (Red+Green+Blue) = 82+26+252=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 252 (98.83% from 255 or 70% from 360); Max value from RGB is 252 - color contains mainly: blue. Hex color #521AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521AFC is #ADE503. Grayscale: #434343. Windows color (decimal): -11396356 or 16521810. OLE color: 16521810.
HSL color Cylindrical-coordinate representation of color #521AFC: hue angle of 254.87º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #521AFC is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 26 | 252 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.01 |
| HSL | 254.87º | 0.97% | 0.55% | - |
| HSV(B) | 254.87º | 0.9% | 0.99% | - |
| XYZ | 21.42 | 9.56 | 92.81 | - |
| YUV | 68.51 | 231.55 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 252 | 0.67 | 0.90 | 0 | 0.01 | 254.87 | 0.97 | 0.55 |
| Hex | 52 | 1A | FC | 43 | 5A | 0 | 1 | FF | 61 | 37 |
| Octal | 122 | 32 | 374 | 103 | 132 | 0 | 1 | 377 | 141 | 67 |
| Binary | 1010010 | 11010 | 11111100 | 1000011 | 1011010 | 0 | 1 | 11111111 | 1100001 | 110111 |
Color Harmonies of #521AFC
Complementary color
Monochromatic Colors of #521AFC
Black with #521AFC
Text Example
Text Example
White with #521AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521AFC; }
p { color: rgb(82,26,252); }
H1.HeaderClassName
{
color: #521AFC;
}
.AnyTagClassName
{
color: #521AFC;
}
</style>
background-color css
<style>
a { background-color: #521AFC; }
a { background-color: rgb(82,26,252); }
div.DivClassName
{
background-color: #521AFC;
}
.BgClassName
{
background-color: #521AFC;
}
</style>
border-color css
<style>
span { border-color: #521AFC; }
span { border-color: rgb(82,26,252); }
td.TdClassName
{
border-color: #521AFC;
}
.TagClassName
{
border-color: #521AFC;
}
</style>