Shades of Han Purple #531CF3
Tints of Han Purple #531CF3
RGB
CMYK
RGB Variations
Color information
#531CF3 (or 0x531CF3) is known color: Han Purple. HEX triplet: 53, 1C and F3. RGB value is (83,28,243). Sum of RGB (Red+Green+Blue) = 83+28+243=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 28 (11.33% from 255 or 7.91% 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 #531CF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531CF3 is #ACE30C. Grayscale: #444444. Windows color (decimal): -11330317 or 15932499. OLE color: 15932499.
HSL color Cylindrical-coordinate representation of color #531CF3: hue angle of 255.35º 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 #531CF3 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 28 | 243 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.05 |
| HSL | 255.35º | 0.9% | 0.53% | - |
| HSV(B) | 255.35º | 0.88% | 0.95% | - |
| XYZ | 20.16 | 9.14 | 85.5 | - |
| YUV | 68.96 | 226.22 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 243 | 0.66 | 0.88 | 0 | 0.05 | 255.35 | 0.9 | 0.53 |
| Hex | 53 | 1C | F3 | 42 | 58 | 0 | 5 | FF | 5A | 35 |
| Octal | 123 | 34 | 363 | 102 | 130 | 0 | 5 | 377 | 132 | 65 |
| Binary | 1010011 | 11100 | 11110011 | 1000010 | 1011000 | 0 | 101 | 11111111 | 1011010 | 110101 |
Color Harmonies of #531CF3
Complementary color
Monochromatic Colors of #531CF3
Black with #531CF3
Text Example
Text Example
White with #531CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531CF3; }
p { color: rgb(83,28,243); }
H1.HeaderClassName
{
color: #531CF3;
}
.AnyTagClassName
{
color: #531CF3;
}
</style>
background-color css
<style>
a { background-color: #531CF3; }
a { background-color: rgb(83,28,243); }
div.DivClassName
{
background-color: #531CF3;
}
.BgClassName
{
background-color: #531CF3;
}
</style>
border-color css
<style>
span { border-color: #531CF3; }
span { border-color: rgb(83,28,243); }
td.TdClassName
{
border-color: #531CF3;
}
.TagClassName
{
border-color: #531CF3;
}
</style>