Shades of Han Purple #530CE6
Tints of Han Purple #530CE6
RGB
CMYK
RGB Variations
Color information
#530CE6 (or 0x530CE6) is known color: Han Purple. HEX triplet: 53, 0C and E6. RGB value is (83,12,230). Sum of RGB (Red+Green+Blue) = 83+12+230=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 230 (90.23% from 255 or 70.77% from 325); Max value from RGB is 230 - color contains mainly: blue. Hex color #530CE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530CE6 is #ACF319. Grayscale: #393939. Windows color (decimal): -11334426 or 15076435. OLE color: 15076435.
HSL color Cylindrical-coordinate representation of color #530CE6: hue angle of 259.54º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530CE6 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 83 | 12 | 230 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.10 |
| HSL | 259.54º | 0.9% | 0.47% | - |
| HSV(B) | 259.54º | 0.95% | 0.9% | - |
| XYZ | 17.98 | 7.82 | 75.42 | - |
| YUV | 58.08 | 225.02 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 12 | 230 | 0.64 | 0.95 | 0 | 0.10 | 259.54 | 0.9 | 0.47 |
| Hex | 53 | C | E6 | 40 | 5F | 0 | A | 104 | 5A | 2F |
| Octal | 123 | 14 | 346 | 100 | 137 | 0 | 12 | 404 | 132 | 57 |
| Binary | 1010011 | 1100 | 11100110 | 1000000 | 1011111 | 0 | 1010 | 100000100 | 1011010 | 101111 |
Color Harmonies of #530CE6
Complementary color
Monochromatic Colors of #530CE6
Black with #530CE6
Text Example
Text Example
White with #530CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530CE6; }
p { color: rgb(83,12,230); }
H1.HeaderClassName
{
color: #530CE6;
}
.AnyTagClassName
{
color: #530CE6;
}
</style>
background-color css
<style>
a { background-color: #530CE6; }
a { background-color: rgb(83,12,230); }
div.DivClassName
{
background-color: #530CE6;
}
.BgClassName
{
background-color: #530CE6;
}
</style>
border-color css
<style>
span { border-color: #530CE6; }
span { border-color: rgb(83,12,230); }
td.TdClassName
{
border-color: #530CE6;
}
.TagClassName
{
border-color: #530CE6;
}
</style>