Shades of Han Purple #530EF8
Tints of Han Purple #530EF8
RGB
CMYK
RGB Variations
Color information
#530EF8 (or 0x530EF8) is known color: Han Purple. HEX triplet: 53, 0E and F8. RGB value is (83,14,248). Sum of RGB (Red+Green+Blue) = 83+14+248=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 14 (5.86% from 255 or 4.06% from 345); Blue value is 248 (97.27% from 255 or 71.88% from 345); Max value from RGB is 248 - color contains mainly: blue. Hex color #530EF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530EF8 is #ACF107. Grayscale: #3C3C3C. Windows color (decimal): -11333896 or 16256595. OLE color: 16256595.
HSL color Cylindrical-coordinate representation of color #530EF8: hue angle of 257.69º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530EF8 is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 83 | 14 | 248 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.03 |
| HSL | 257.69º | 0.94% | 0.51% | - |
| HSV(B) | 257.69º | 0.94% | 0.97% | - |
| XYZ | 20.67 | 8.93 | 89.44 | - |
| YUV | 61.31 | 233.36 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 14 | 248 | 0.67 | 0.94 | 0 | 0.03 | 257.69 | 0.94 | 0.51 |
| Hex | 53 | E | F8 | 43 | 5E | 0 | 3 | 102 | 5E | 33 |
| Octal | 123 | 16 | 370 | 103 | 136 | 0 | 3 | 402 | 136 | 63 |
| Binary | 1010011 | 1110 | 11111000 | 1000011 | 1011110 | 0 | 11 | 100000010 | 1011110 | 110011 |
Color Harmonies of #530EF8
Complementary color
Monochromatic Colors of #530EF8
Black with #530EF8
Text Example
Text Example
White with #530EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530EF8; }
p { color: rgb(83,14,248); }
H1.HeaderClassName
{
color: #530EF8;
}
.AnyTagClassName
{
color: #530EF8;
}
</style>
background-color css
<style>
a { background-color: #530EF8; }
a { background-color: rgb(83,14,248); }
div.DivClassName
{
background-color: #530EF8;
}
.BgClassName
{
background-color: #530EF8;
}
</style>
border-color css
<style>
span { border-color: #530EF8; }
span { border-color: rgb(83,14,248); }
td.TdClassName
{
border-color: #530EF8;
}
.TagClassName
{
border-color: #530EF8;
}
</style>