Shades of Han Purple #530BF8
Tints of Han Purple #530BF8
RGB
CMYK
RGB Variations
Color information
#530BF8 (or 0x530BF8) is known color: Han Purple. HEX triplet: 53, 0B and F8. RGB value is (83,11,248). Sum of RGB (Red+Green+Blue) = 83+11+248=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 248 (97.27% from 255 or 72.51% from 342); Max value from RGB is 248 - color contains mainly: blue. Hex color #530BF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530BF8 is #ACF407. Grayscale: #3A3A3A. Windows color (decimal): -11334664 or 16255827. OLE color: 16255827.
HSL color Cylindrical-coordinate representation of color #530BF8: hue angle of 258.23º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #530BF8 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 83 | 11 | 248 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.03 |
| HSL | 258.23º | 0.94% | 0.51% | - |
| HSV(B) | 258.23º | 0.96% | 0.97% | - |
| XYZ | 20.63 | 8.86 | 89.43 | - |
| YUV | 59.55 | 234.35 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 248 | 0.67 | 0.96 | 0 | 0.03 | 258.23 | 0.94 | 0.51 |
| Hex | 53 | B | F8 | 43 | 60 | 0 | 3 | 102 | 5E | 33 |
| Octal | 123 | 13 | 370 | 103 | 140 | 0 | 3 | 402 | 136 | 63 |
| Binary | 1010011 | 1011 | 11111000 | 1000011 | 1100000 | 0 | 11 | 100000010 | 1011110 | 110011 |
Color Harmonies of #530BF8
Complementary color
Monochromatic Colors of #530BF8
Black with #530BF8
Text Example
Text Example
White with #530BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530BF8; }
p { color: rgb(83,11,248); }
H1.HeaderClassName
{
color: #530BF8;
}
.AnyTagClassName
{
color: #530BF8;
}
</style>
background-color css
<style>
a { background-color: #530BF8; }
a { background-color: rgb(83,11,248); }
div.DivClassName
{
background-color: #530BF8;
}
.BgClassName
{
background-color: #530BF8;
}
</style>
border-color css
<style>
span { border-color: #530BF8; }
span { border-color: rgb(83,11,248); }
td.TdClassName
{
border-color: #530BF8;
}
.TagClassName
{
border-color: #530BF8;
}
</style>