Shades of Han Purple #530DFE
Tints of Han Purple #530DFE
RGB
CMYK
RGB Variations
Color information
#530DFE (or 0x530DFE) is known color: Han Purple. HEX triplet: 53, 0D and FE. RGB value is (83,13,254). Sum of RGB (Red+Green+Blue) = 83+13+254=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 13 (5.47% from 255 or 3.71% from 350); Blue value is 254 (99.61% from 255 or 72.57% from 350); Max value from RGB is 254 - color contains mainly: blue. Hex color #530DFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530DFE is #ACF201. Grayscale: #3C3C3C. Windows color (decimal): -11334146 or 16649555. OLE color: 16649555.
HSL color Cylindrical-coordinate representation of color #530DFE: hue angle of 257.43º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530DFE is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 13 | 254 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.00 |
| HSL | 257.43º | 0.99% | 0.52% | - |
| HSV(B) | 257.43º | 0.95% | 1% | - |
| XYZ | 21.6 | 9.28 | 94.42 | - |
| YUV | 61.4 | 236.69 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 13 | 254 | 0.67 | 0.95 | 0 | 0.00 | 257.43 | 0.99 | 0.52 |
| Hex | 53 | D | FE | 43 | 5F | 0 | 0 | 101 | 63 | 34 |
| Octal | 123 | 15 | 376 | 103 | 137 | 0 | 0 | 401 | 143 | 64 |
| Binary | 1010011 | 1101 | 11111110 | 1000011 | 1011111 | 0 | 0 | 100000001 | 1100011 | 110100 |
Color Harmonies of #530DFE
Complementary color
Monochromatic Colors of #530DFE
Black with #530DFE
Text Example
Text Example
White with #530DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530DFE; }
p { color: rgb(83,13,254); }
H1.HeaderClassName
{
color: #530DFE;
}
.AnyTagClassName
{
color: #530DFE;
}
</style>
background-color css
<style>
a { background-color: #530DFE; }
a { background-color: rgb(83,13,254); }
div.DivClassName
{
background-color: #530DFE;
}
.BgClassName
{
background-color: #530DFE;
}
</style>
border-color css
<style>
span { border-color: #530DFE; }
span { border-color: rgb(83,13,254); }
td.TdClassName
{
border-color: #530DFE;
}
.TagClassName
{
border-color: #530DFE;
}
</style>