Shades of Han Purple #530CED
Tints of Han Purple #530CED
RGB
CMYK
RGB Variations
Color information
#530CED (or 0x530CED) is known color: Han Purple. HEX triplet: 53, 0C and ED. RGB value is (83,12,237). Sum of RGB (Red+Green+Blue) = 83+12+237=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 237 (92.97% from 255 or 71.39% from 332); Max value from RGB is 237 - color contains mainly: blue. Hex color #530CED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530CED is #ACF312. Grayscale: #3A3A3A. Windows color (decimal): -11334419 or 15535187. OLE color: 15535187.
HSL color Cylindrical-coordinate representation of color #530CED: hue angle of 258.93º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530CED is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 12 | 237 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.07 |
| HSL | 258.93º | 0.9% | 0.49% | - |
| HSV(B) | 258.93º | 0.95% | 0.93% | - |
| XYZ | 18.98 | 8.22 | 80.71 | - |
| YUV | 58.88 | 228.52 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 12 | 237 | 0.65 | 0.95 | 0 | 0.07 | 258.93 | 0.9 | 0.49 |
| Hex | 53 | C | ED | 41 | 5F | 0 | 7 | 103 | 5A | 31 |
| Octal | 123 | 14 | 355 | 101 | 137 | 0 | 7 | 403 | 132 | 61 |
| Binary | 1010011 | 1100 | 11101101 | 1000001 | 1011111 | 0 | 111 | 100000011 | 1011010 | 110001 |
Color Harmonies of #530CED
Complementary color
Monochromatic Colors of #530CED
Black with #530CED
Text Example
Text Example
White with #530CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530CED; }
p { color: rgb(83,12,237); }
H1.HeaderClassName
{
color: #530CED;
}
.AnyTagClassName
{
color: #530CED;
}
</style>
background-color css
<style>
a { background-color: #530CED; }
a { background-color: rgb(83,12,237); }
div.DivClassName
{
background-color: #530CED;
}
.BgClassName
{
background-color: #530CED;
}
</style>
border-color css
<style>
span { border-color: #530CED; }
span { border-color: rgb(83,12,237); }
td.TdClassName
{
border-color: #530CED;
}
.TagClassName
{
border-color: #530CED;
}
</style>