Shades of Han Purple #530BDE
Tints of Han Purple #530BDE
RGB
CMYK
RGB Variations
Color information
#530BDE (or 0x530BDE) is known color: Han Purple. HEX triplet: 53, 0B and DE. RGB value is (83,11,222). Sum of RGB (Red+Green+Blue) = 83+11+222=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 222 (87.11% from 255 or 70.25% from 316); Max value from RGB is 222 - color contains mainly: blue. Hex color #530BDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530BDE is #ACF421. Grayscale: #373737. Windows color (decimal): -11334690 or 14551891. OLE color: 14551891.
HSL color Cylindrical-coordinate representation of color #530BDE: hue angle of 260.47º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530BDE is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 11 | 222 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.13 |
| HSL | 260.47º | 0.91% | 0.46% | - |
| HSV(B) | 260.47º | 0.95% | 0.87% | - |
| XYZ | 16.87 | 7.35 | 69.64 | - |
| YUV | 56.58 | 221.35 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 222 | 0.63 | 0.95 | 0 | 0.13 | 260.47 | 0.91 | 0.46 |
| Hex | 53 | B | DE | 3F | 5F | 0 | D | 104 | 5B | 2E |
| Octal | 123 | 13 | 336 | 77 | 137 | 0 | 15 | 404 | 133 | 56 |
| Binary | 1010011 | 1011 | 11011110 | 111111 | 1011111 | 0 | 1101 | 100000100 | 1011011 | 101110 |
Color Harmonies of #530BDE
Complementary color
Monochromatic Colors of #530BDE
Black with #530BDE
Text Example
Text Example
White with #530BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530BDE; }
p { color: rgb(83,11,222); }
H1.HeaderClassName
{
color: #530BDE;
}
.AnyTagClassName
{
color: #530BDE;
}
</style>
background-color css
<style>
a { background-color: #530BDE; }
a { background-color: rgb(83,11,222); }
div.DivClassName
{
background-color: #530BDE;
}
.BgClassName
{
background-color: #530BDE;
}
</style>
border-color css
<style>
span { border-color: #530BDE; }
span { border-color: rgb(83,11,222); }
td.TdClassName
{
border-color: #530BDE;
}
.TagClassName
{
border-color: #530BDE;
}
</style>