Shades of Han Purple #530CDE
Tints of Han Purple #530CDE
RGB
CMYK
RGB Variations
Color information
#530CDE (or 0x530CDE) is known color: Han Purple. HEX triplet: 53, 0C and DE. RGB value is (83,12,222). Sum of RGB (Red+Green+Blue) = 83+12+222=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 222 (87.11% from 255 or 70.03% from 317); Max value from RGB is 222 - color contains mainly: blue. Hex color #530CDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530CDE is #ACF321. Grayscale: #383838. Windows color (decimal): -11334434 or 14552147. OLE color: 14552147.
HSL color Cylindrical-coordinate representation of color #530CDE: hue angle of 260.29º 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 #530CDE is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 12 | 222 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.13 |
| HSL | 260.29º | 0.9% | 0.46% | - |
| HSV(B) | 260.29º | 0.95% | 0.87% | - |
| XYZ | 16.88 | 7.38 | 69.64 | - |
| YUV | 57.17 | 221.02 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 12 | 222 | 0.63 | 0.95 | 0 | 0.13 | 260.29 | 0.9 | 0.46 |
| Hex | 53 | C | DE | 3F | 5F | 0 | D | 104 | 5A | 2E |
| Octal | 123 | 14 | 336 | 77 | 137 | 0 | 15 | 404 | 132 | 56 |
| Binary | 1010011 | 1100 | 11011110 | 111111 | 1011111 | 0 | 1101 | 100000100 | 1011010 | 101110 |
Color Harmonies of #530CDE
Complementary color
Monochromatic Colors of #530CDE
Black with #530CDE
Text Example
Text Example
White with #530CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530CDE; }
p { color: rgb(83,12,222); }
H1.HeaderClassName
{
color: #530CDE;
}
.AnyTagClassName
{
color: #530CDE;
}
</style>
background-color css
<style>
a { background-color: #530CDE; }
a { background-color: rgb(83,12,222); }
div.DivClassName
{
background-color: #530CDE;
}
.BgClassName
{
background-color: #530CDE;
}
</style>
border-color css
<style>
span { border-color: #530CDE; }
span { border-color: rgb(83,12,222); }
td.TdClassName
{
border-color: #530CDE;
}
.TagClassName
{
border-color: #530CDE;
}
</style>