Shades of Han Purple #530BDF
Tints of Han Purple #530BDF
RGB
CMYK
RGB Variations
Color information
#530BDF (or 0x530BDF) is known color: Han Purple. HEX triplet: 53, 0B and DF. RGB value is (83,11,223). Sum of RGB (Red+Green+Blue) = 83+11+223=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 223 (87.5% from 255 or 70.35% from 317); Max value from RGB is 223 - color contains mainly: blue. Hex color #530BDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530BDF is #ACF420. Grayscale: #373737. Windows color (decimal): -11334689 or 14617427. OLE color: 14617427.
HSL color Cylindrical-coordinate representation of color #530BDF: hue angle of 260.38º 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 #530BDF is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 11 | 223 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.13 |
| HSL | 260.38º | 0.91% | 0.46% | - |
| HSV(B) | 260.38º | 0.95% | 0.87% | - |
| XYZ | 17.01 | 7.41 | 70.35 | - |
| YUV | 56.7 | 221.85 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 223 | 0.63 | 0.95 | 0 | 0.13 | 260.38 | 0.91 | 0.46 |
| Hex | 53 | B | DF | 3F | 5F | 0 | D | 104 | 5B | 2E |
| Octal | 123 | 13 | 337 | 77 | 137 | 0 | 15 | 404 | 133 | 56 |
| Binary | 1010011 | 1011 | 11011111 | 111111 | 1011111 | 0 | 1101 | 100000100 | 1011011 | 101110 |
Color Harmonies of #530BDF
Complementary color
Monochromatic Colors of #530BDF
Black with #530BDF
Text Example
Text Example
White with #530BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530BDF; }
p { color: rgb(83,11,223); }
H1.HeaderClassName
{
color: #530BDF;
}
.AnyTagClassName
{
color: #530BDF;
}
</style>
background-color css
<style>
a { background-color: #530BDF; }
a { background-color: rgb(83,11,223); }
div.DivClassName
{
background-color: #530BDF;
}
.BgClassName
{
background-color: #530BDF;
}
</style>
border-color css
<style>
span { border-color: #530BDF; }
span { border-color: rgb(83,11,223); }
td.TdClassName
{
border-color: #530BDF;
}
.TagClassName
{
border-color: #530BDF;
}
</style>