Shades of Han Purple #531DF4
Tints of Han Purple #531DF4
RGB
CMYK
RGB Variations
Color information
#531DF4 (or 0x531DF4) is known color: Han Purple. HEX triplet: 53, 1D and F4. RGB value is (83,29,244). Sum of RGB (Red+Green+Blue) = 83+29+244=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 244 (95.70% from 255 or 68.54% from 356); Max value from RGB is 244 - color contains mainly: blue. Hex color #531DF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531DF4 is #ACE20B. Grayscale: #444444. Windows color (decimal): -11330060 or 15998291. OLE color: 15998291.
HSL color Cylindrical-coordinate representation of color #531DF4: hue angle of 255.07º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #531DF4 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 29 | 244 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.04 |
| HSL | 255.07º | 0.91% | 0.54% | - |
| HSV(B) | 255.07º | 0.88% | 0.96% | - |
| XYZ | 20.34 | 9.25 | 86.3 | - |
| YUV | 69.66 | 226.39 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 29 | 244 | 0.66 | 0.88 | 0 | 0.04 | 255.07 | 0.91 | 0.54 |
| Hex | 53 | 1D | F4 | 42 | 58 | 0 | 4 | FF | 5B | 36 |
| Octal | 123 | 35 | 364 | 102 | 130 | 0 | 4 | 377 | 133 | 66 |
| Binary | 1010011 | 11101 | 11110100 | 1000010 | 1011000 | 0 | 100 | 11111111 | 1011011 | 110110 |
Color Harmonies of #531DF4
Complementary color
Monochromatic Colors of #531DF4
Black with #531DF4
Text Example
Text Example
White with #531DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531DF4; }
p { color: rgb(83,29,244); }
H1.HeaderClassName
{
color: #531DF4;
}
.AnyTagClassName
{
color: #531DF4;
}
</style>
background-color css
<style>
a { background-color: #531DF4; }
a { background-color: rgb(83,29,244); }
div.DivClassName
{
background-color: #531DF4;
}
.BgClassName
{
background-color: #531DF4;
}
</style>
border-color css
<style>
span { border-color: #531DF4; }
span { border-color: rgb(83,29,244); }
td.TdClassName
{
border-color: #531DF4;
}
.TagClassName
{
border-color: #531DF4;
}
</style>