Shades of Han Purple #531CFD
Tints of Han Purple #531CFD
RGB
CMYK
RGB Variations
Color information
#531CFD (or 0x531CFD) is known color: Han Purple. HEX triplet: 53, 1C and FD. RGB value is (83,28,253). Sum of RGB (Red+Green+Blue) = 83+28+253=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 28 (11.33% from 255 or 7.69% from 364); Blue value is 253 (99.22% from 255 or 69.51% from 364); Max value from RGB is 253 - color contains mainly: blue. Hex color #531CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531CFD is #ACE302. Grayscale: #454545. Windows color (decimal): -11330307 or 16587859. OLE color: 16587859.
HSL color Cylindrical-coordinate representation of color #531CFD: hue angle of 254.67º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #531CFD is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 28 | 253 | - |
| CMYK | 0.67 | 0.89 | 0 | 0.01 |
| HSL | 254.67º | 0.98% | 0.55% | - |
| HSV(B) | 254.67º | 0.89% | 0.99% | - |
| XYZ | 21.71 | 9.76 | 93.67 | - |
| YUV | 70.1 | 231.22 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 253 | 0.67 | 0.89 | 0 | 0.01 | 254.67 | 0.98 | 0.55 |
| Hex | 53 | 1C | FD | 43 | 59 | 0 | 1 | FF | 62 | 37 |
| Octal | 123 | 34 | 375 | 103 | 131 | 0 | 1 | 377 | 142 | 67 |
| Binary | 1010011 | 11100 | 11111101 | 1000011 | 1011001 | 0 | 1 | 11111111 | 1100010 | 110111 |
Color Harmonies of #531CFD
Complementary color
Monochromatic Colors of #531CFD
Black with #531CFD
Text Example
Text Example
White with #531CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531CFD; }
p { color: rgb(83,28,253); }
H1.HeaderClassName
{
color: #531CFD;
}
.AnyTagClassName
{
color: #531CFD;
}
</style>
background-color css
<style>
a { background-color: #531CFD; }
a { background-color: rgb(83,28,253); }
div.DivClassName
{
background-color: #531CFD;
}
.BgClassName
{
background-color: #531CFD;
}
</style>
border-color css
<style>
span { border-color: #531CFD; }
span { border-color: rgb(83,28,253); }
td.TdClassName
{
border-color: #531CFD;
}
.TagClassName
{
border-color: #531CFD;
}
</style>