Shades of Han Purple #531CFE
Tints of Han Purple #531CFE
RGB
CMYK
RGB Variations
Color information
#531CFE (or 0x531CFE) is known color: Han Purple. HEX triplet: 53, 1C and FE. RGB value is (83,28,254). Sum of RGB (Red+Green+Blue) = 83+28+254=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #531CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531CFE is #ACE301. Grayscale: #454545. Windows color (decimal): -11330306 or 16653395. OLE color: 16653395.
HSL color Cylindrical-coordinate representation of color #531CFE: hue angle of 254.6º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #531CFE is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 28 | 254 | - |
| CMYK | 0.67 | 0.89 | 0 | 0.00 |
| HSL | 254.6º | 0.99% | 0.55% | - |
| HSV(B) | 254.6º | 0.89% | 1% | - |
| XYZ | 21.87 | 9.83 | 94.51 | - |
| YUV | 70.21 | 231.72 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 254 | 0.67 | 0.89 | 0 | 0.00 | 254.6 | 0.99 | 0.55 |
| Hex | 53 | 1C | FE | 43 | 59 | 0 | 0 | FF | 63 | 37 |
| Octal | 123 | 34 | 376 | 103 | 131 | 0 | 0 | 377 | 143 | 67 |
| Binary | 1010011 | 11100 | 11111110 | 1000011 | 1011001 | 0 | 0 | 11111111 | 1100011 | 110111 |
Color Harmonies of #531CFE
Complementary color
Monochromatic Colors of #531CFE
Black with #531CFE
Text Example
Text Example
White with #531CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531CFE; }
p { color: rgb(83,28,254); }
H1.HeaderClassName
{
color: #531CFE;
}
.AnyTagClassName
{
color: #531CFE;
}
</style>
background-color css
<style>
a { background-color: #531CFE; }
a { background-color: rgb(83,28,254); }
div.DivClassName
{
background-color: #531CFE;
}
.BgClassName
{
background-color: #531CFE;
}
</style>
border-color css
<style>
span { border-color: #531CFE; }
span { border-color: rgb(83,28,254); }
td.TdClassName
{
border-color: #531CFE;
}
.TagClassName
{
border-color: #531CFE;
}
</style>