Shades of Han Purple #530CDF
Tints of Han Purple #530CDF
RGB
CMYK
RGB Variations
Color information
#530CDF (or 0x530CDF) is known color: Han Purple. HEX triplet: 53, 0C and DF. RGB value is (83,12,223). Sum of RGB (Red+Green+Blue) = 83+12+223=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 223 (87.5% from 255 or 70.13% from 318); Max value from RGB is 223 - color contains mainly: blue. Hex color #530CDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530CDF is #ACF320. Grayscale: #383838. Windows color (decimal): -11334433 or 14617683. OLE color: 14617683.
HSL color Cylindrical-coordinate representation of color #530CDF: hue angle of 260.19º degrees, saturation: 0.9, 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 #530CDF is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 12 | 223 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.13 |
| HSL | 260.19º | 0.9% | 0.46% | - |
| HSV(B) | 260.19º | 0.95% | 0.87% | - |
| XYZ | 17.02 | 7.43 | 70.35 | - |
| YUV | 57.28 | 221.52 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 12 | 223 | 0.63 | 0.95 | 0 | 0.13 | 260.19 | 0.9 | 0.46 |
| Hex | 53 | C | DF | 3F | 5F | 0 | D | 104 | 5A | 2E |
| Octal | 123 | 14 | 337 | 77 | 137 | 0 | 15 | 404 | 132 | 56 |
| Binary | 1010011 | 1100 | 11011111 | 111111 | 1011111 | 0 | 1101 | 100000100 | 1011010 | 101110 |
Color Harmonies of #530CDF
Complementary color
Monochromatic Colors of #530CDF
Black with #530CDF
Text Example
Text Example
White with #530CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530CDF; }
p { color: rgb(83,12,223); }
H1.HeaderClassName
{
color: #530CDF;
}
.AnyTagClassName
{
color: #530CDF;
}
</style>
background-color css
<style>
a { background-color: #530CDF; }
a { background-color: rgb(83,12,223); }
div.DivClassName
{
background-color: #530CDF;
}
.BgClassName
{
background-color: #530CDF;
}
</style>
border-color css
<style>
span { border-color: #530CDF; }
span { border-color: rgb(83,12,223); }
td.TdClassName
{
border-color: #530CDF;
}
.TagClassName
{
border-color: #530CDF;
}
</style>