Shades of Han Purple #530FDB
Tints of Han Purple #530FDB
RGB
CMYK
RGB Variations
Color information
#530FDB (or 0x530FDB) is known color: Han Purple. HEX triplet: 53, 0F and DB. RGB value is (83,15,219). Sum of RGB (Red+Green+Blue) = 83+15+219=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 15 (6.25% from 255 or 4.73% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #530FDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530FDB is #ACF024. Grayscale: #393939. Windows color (decimal): -11333669 or 14356307. OLE color: 14356307.
HSL color Cylindrical-coordinate representation of color #530FDB: hue angle of 260º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530FDB is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 15 | 219 | - |
| CMYK | 0.62 | 0.93 | 0 | 0.14 |
| HSL | 260º | 0.87% | 0.46% | - |
| HSV(B) | 260º | 0.93% | 0.86% | - |
| XYZ | 16.52 | 7.3 | 67.56 | - |
| YUV | 58.59 | 218.53 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 15 | 219 | 0.62 | 0.93 | 0 | 0.14 | 260 | 0.87 | 0.46 |
| Hex | 53 | F | DB | 3E | 5D | 0 | E | 104 | 57 | 2E |
| Octal | 123 | 17 | 333 | 76 | 135 | 0 | 16 | 404 | 127 | 56 |
| Binary | 1010011 | 1111 | 11011011 | 111110 | 1011101 | 0 | 1110 | 100000100 | 1010111 | 101110 |
Color Harmonies of #530FDB
Complementary color
Monochromatic Colors of #530FDB
Black with #530FDB
Text Example
Text Example
White with #530FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530FDB; }
p { color: rgb(83,15,219); }
H1.HeaderClassName
{
color: #530FDB;
}
.AnyTagClassName
{
color: #530FDB;
}
</style>
background-color css
<style>
a { background-color: #530FDB; }
a { background-color: rgb(83,15,219); }
div.DivClassName
{
background-color: #530FDB;
}
.BgClassName
{
background-color: #530FDB;
}
</style>
border-color css
<style>
span { border-color: #530FDB; }
span { border-color: rgb(83,15,219); }
td.TdClassName
{
border-color: #530FDB;
}
.TagClassName
{
border-color: #530FDB;
}
</style>