Shades of Han Purple #521DF3
Tints of Han Purple #521DF3
RGB
CMYK
RGB Variations
Color information
#521DF3 (or 0x521DF3) is known color: Han Purple. HEX triplet: 52, 1D and F3. RGB value is (82,29,243). Sum of RGB (Red+Green+Blue) = 82+29+243=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 243 (95.31% from 255 or 68.64% from 354); Max value from RGB is 243 - color contains mainly: blue. Hex color #521DF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521DF3 is #ADE20C. Grayscale: #444444. Windows color (decimal): -11395597 or 15932754. OLE color: 15932754.
HSL color Cylindrical-coordinate representation of color #521DF3: hue angle of 254.86º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521DF3 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 29 | 243 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.05 |
| HSL | 254.86º | 0.9% | 0.53% | - |
| HSV(B) | 254.86º | 0.88% | 0.95% | - |
| XYZ | 20.1 | 9.14 | 85.5 | - |
| YUV | 69.24 | 226.06 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 243 | 0.66 | 0.88 | 0 | 0.05 | 254.86 | 0.9 | 0.53 |
| Hex | 52 | 1D | F3 | 42 | 58 | 0 | 5 | FF | 5A | 35 |
| Octal | 122 | 35 | 363 | 102 | 130 | 0 | 5 | 377 | 132 | 65 |
| Binary | 1010010 | 11101 | 11110011 | 1000010 | 1011000 | 0 | 101 | 11111111 | 1011010 | 110101 |
Color Harmonies of #521DF3
Complementary color
Monochromatic Colors of #521DF3
Black with #521DF3
Text Example
Text Example
White with #521DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521DF3; }
p { color: rgb(82,29,243); }
H1.HeaderClassName
{
color: #521DF3;
}
.AnyTagClassName
{
color: #521DF3;
}
</style>
background-color css
<style>
a { background-color: #521DF3; }
a { background-color: rgb(82,29,243); }
div.DivClassName
{
background-color: #521DF3;
}
.BgClassName
{
background-color: #521DF3;
}
</style>
border-color css
<style>
span { border-color: #521DF3; }
span { border-color: rgb(82,29,243); }
td.TdClassName
{
border-color: #521DF3;
}
.TagClassName
{
border-color: #521DF3;
}
</style>