Shades of Han Purple #5207F1
Tints of Han Purple #5207F1
RGB
CMYK
RGB Variations
Color information
#5207F1 (or 0x5207F1) is known color: Han Purple. HEX triplet: 52, 07 and F1. RGB value is (82,7,241). Sum of RGB (Red+Green+Blue) = 82+7+241=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 241 (94.53% from 255 or 73.03% from 330); Max value from RGB is 241 - color contains mainly: blue. Hex color #5207F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5207F1 is #ADF80E. Grayscale: #373737. Windows color (decimal): -11401231 or 15796050. OLE color: 15796050.
HSL color Cylindrical-coordinate representation of color #5207F1: hue angle of 259.23º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5207F1 is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 7 | 241 | - |
| CMYK | 0.66 | 0.97 | 0 | 0.05 |
| HSL | 259.23º | 0.94% | 0.49% | - |
| HSV(B) | 259.23º | 0.97% | 0.95% | - |
| XYZ | 19.43 | 8.3 | 83.8 | - |
| YUV | 56.1 | 232.35 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 7 | 241 | 0.66 | 0.97 | 0 | 0.05 | 259.23 | 0.94 | 0.49 |
| Hex | 52 | 7 | F1 | 42 | 61 | 0 | 5 | 103 | 5E | 31 |
| Octal | 122 | 7 | 361 | 102 | 141 | 0 | 5 | 403 | 136 | 61 |
| Binary | 1010010 | 111 | 11110001 | 1000010 | 1100001 | 0 | 101 | 100000011 | 1011110 | 110001 |
Color Harmonies of #5207F1
Complementary color
Monochromatic Colors of #5207F1
Black with #5207F1
Text Example
Text Example
White with #5207F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5207F1; }
p { color: rgb(82,7,241); }
H1.HeaderClassName
{
color: #5207F1;
}
.AnyTagClassName
{
color: #5207F1;
}
</style>
background-color css
<style>
a { background-color: #5207F1; }
a { background-color: rgb(82,7,241); }
div.DivClassName
{
background-color: #5207F1;
}
.BgClassName
{
background-color: #5207F1;
}
</style>
border-color css
<style>
span { border-color: #5207F1; }
span { border-color: rgb(82,7,241); }
td.TdClassName
{
border-color: #5207F1;
}
.TagClassName
{
border-color: #5207F1;
}
</style>