Shades of Han Purple #530CEA
Tints of Han Purple #530CEA
RGB
CMYK
RGB Variations
Color information
#530CEA (or 0x530CEA) is known color: Han Purple. HEX triplet: 53, 0C and EA. RGB value is (83,12,234). Sum of RGB (Red+Green+Blue) = 83+12+234=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 234 (91.80% from 255 or 71.12% from 329); Max value from RGB is 234 - color contains mainly: blue. Hex color #530CEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530CEA is #ACF315. Grayscale: #393939. Windows color (decimal): -11334422 or 15338579. OLE color: 15338579.
HSL color Cylindrical-coordinate representation of color #530CEA: hue angle of 259.19º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530CEA is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 12 | 234 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.08 |
| HSL | 259.19º | 0.9% | 0.48% | - |
| HSV(B) | 259.19º | 0.95% | 0.92% | - |
| XYZ | 18.55 | 8.04 | 78.42 | - |
| YUV | 58.54 | 227.02 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 12 | 234 | 0.65 | 0.95 | 0 | 0.08 | 259.19 | 0.9 | 0.48 |
| Hex | 53 | C | EA | 41 | 5F | 0 | 8 | 103 | 5A | 30 |
| Octal | 123 | 14 | 352 | 101 | 137 | 0 | 10 | 403 | 132 | 60 |
| Binary | 1010011 | 1100 | 11101010 | 1000001 | 1011111 | 0 | 1000 | 100000011 | 1011010 | 110000 |
Color Harmonies of #530CEA
Complementary color
Monochromatic Colors of #530CEA
Black with #530CEA
Text Example
Text Example
White with #530CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530CEA; }
p { color: rgb(83,12,234); }
H1.HeaderClassName
{
color: #530CEA;
}
.AnyTagClassName
{
color: #530CEA;
}
</style>
background-color css
<style>
a { background-color: #530CEA; }
a { background-color: rgb(83,12,234); }
div.DivClassName
{
background-color: #530CEA;
}
.BgClassName
{
background-color: #530CEA;
}
</style>
border-color css
<style>
span { border-color: #530CEA; }
span { border-color: rgb(83,12,234); }
td.TdClassName
{
border-color: #530CEA;
}
.TagClassName
{
border-color: #530CEA;
}
</style>