Shades of Han Purple #530BFD
Tints of Han Purple #530BFD
RGB
CMYK
RGB Variations
Color information
#530BFD (or 0x530BFD) is known color: Han Purple. HEX triplet: 53, 0B and FD. RGB value is (83,11,253). Sum of RGB (Red+Green+Blue) = 83+11+253=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 253 (99.22% from 255 or 72.91% from 347); Max value from RGB is 253 - color contains mainly: blue. Hex color #530BFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530BFD is #ACF402. Grayscale: #3B3B3B. Windows color (decimal): -11334659 or 16583507. OLE color: 16583507.
HSL color Cylindrical-coordinate representation of color #530BFD: hue angle of 257.85º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #530BFD is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 11 | 253 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.01 |
| HSL | 257.85º | 0.98% | 0.52% | - |
| HSV(B) | 257.85º | 0.96% | 0.99% | - |
| XYZ | 21.42 | 9.17 | 93.57 | - |
| YUV | 60.12 | 236.85 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 253 | 0.67 | 0.96 | 0 | 0.01 | 257.85 | 0.98 | 0.52 |
| Hex | 53 | B | FD | 43 | 60 | 0 | 1 | 102 | 62 | 34 |
| Octal | 123 | 13 | 375 | 103 | 140 | 0 | 1 | 402 | 142 | 64 |
| Binary | 1010011 | 1011 | 11111101 | 1000011 | 1100000 | 0 | 1 | 100000010 | 1100010 | 110100 |
Color Harmonies of #530BFD
Complementary color
Monochromatic Colors of #530BFD
Black with #530BFD
Text Example
Text Example
White with #530BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530BFD; }
p { color: rgb(83,11,253); }
H1.HeaderClassName
{
color: #530BFD;
}
.AnyTagClassName
{
color: #530BFD;
}
</style>
background-color css
<style>
a { background-color: #530BFD; }
a { background-color: rgb(83,11,253); }
div.DivClassName
{
background-color: #530BFD;
}
.BgClassName
{
background-color: #530BFD;
}
</style>
border-color css
<style>
span { border-color: #530BFD; }
span { border-color: rgb(83,11,253); }
td.TdClassName
{
border-color: #530BFD;
}
.TagClassName
{
border-color: #530BFD;
}
</style>