Shades of Han Purple #590CFA
Tints of Han Purple #590CFA
RGB
CMYK
RGB Variations
Color information
#590CFA (or 0x590CFA) is known color: Han Purple. HEX triplet: 59, 0C and FA. RGB value is (89,12,250). Sum of RGB (Red+Green+Blue) = 89+12+250=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 250 (98.05% from 255 or 71.23% from 351); Max value from RGB is 250 - color contains mainly: blue. Hex color #590CFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #590CFA is #A6F305. Grayscale: #3D3D3D. Windows color (decimal): -10941190 or 16387161. OLE color: 16387161.
HSL color Cylindrical-coordinate representation of color #590CFA: hue angle of 259.41º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #590CFA is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 12 | 250 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.02 |
| HSL | 259.41º | 0.96% | 0.51% | - |
| HSV(B) | 259.41º | 0.95% | 0.98% | - |
| XYZ | 21.51 | 9.29 | 91.1 | - |
| YUV | 62.16 | 234.01 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 12 | 250 | 0.64 | 0.95 | 0 | 0.02 | 259.41 | 0.96 | 0.51 |
| Hex | 59 | C | FA | 40 | 5F | 0 | 2 | 103 | 60 | 33 |
| Octal | 131 | 14 | 372 | 100 | 137 | 0 | 2 | 403 | 140 | 63 |
| Binary | 1011001 | 1100 | 11111010 | 1000000 | 1011111 | 0 | 10 | 100000011 | 1100000 | 110011 |
Color Harmonies of #590CFA
Complementary color
Monochromatic Colors of #590CFA
Black with #590CFA
Text Example
Text Example
White with #590CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590CFA; }
p { color: rgb(89,12,250); }
H1.HeaderClassName
{
color: #590CFA;
}
.AnyTagClassName
{
color: #590CFA;
}
</style>
background-color css
<style>
a { background-color: #590CFA; }
a { background-color: rgb(89,12,250); }
div.DivClassName
{
background-color: #590CFA;
}
.BgClassName
{
background-color: #590CFA;
}
</style>
border-color css
<style>
span { border-color: #590CFA; }
span { border-color: rgb(89,12,250); }
td.TdClassName
{
border-color: #590CFA;
}
.TagClassName
{
border-color: #590CFA;
}
</style>