Shades of Purple Heart #3A17C9
Tints of Purple Heart #3A17C9
RGB
CMYK
RGB Variations
Color information
#3A17C9 (or 0x3A17C9) is known color: Purple Heart. HEX triplet: 3A, 17 and C9. RGB value is (58,23,201). Sum of RGB (Red+Green+Blue) = 58+23+201=282 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.57% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 201 (78.91% from 255 or 71.28% from 282); Max value from RGB is 201 - color contains mainly: blue. Hex color #3A17C9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A17C9 is #C5E836. Grayscale: #353535. Windows color (decimal): -12970039 or 13178682. OLE color: 13178682.
HSL color Cylindrical-coordinate representation of color #3A17C9: hue angle of 251.8º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A17C9 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 58 | 23 | 201 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.21 |
| HSL | 251.8º | 0.79% | 0.44% | - |
| HSV(B) | 251.8º | 0.89% | 0.79% | - |
| XYZ | 12.59 | 5.73 | 55.7 | - |
| YUV | 53.76 | 211.1 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 23 | 201 | 0.71 | 0.89 | 0 | 0.21 | 251.8 | 0.79 | 0.44 |
| Hex | 3A | 17 | C9 | 47 | 59 | 0 | 15 | FC | 4F | 2C |
| Octal | 72 | 27 | 311 | 107 | 131 | 0 | 25 | 374 | 117 | 54 |
| Binary | 111010 | 10111 | 11001001 | 1000111 | 1011001 | 0 | 10101 | 11111100 | 1001111 | 101100 |
Color Harmonies of #3A17C9
Complementary color
Monochromatic Colors of #3A17C9
Black with #3A17C9
Text Example
Text Example
White with #3A17C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A17C9; }
p { color: rgb(58,23,201); }
H1.HeaderClassName
{
color: #3A17C9;
}
.AnyTagClassName
{
color: #3A17C9;
}
</style>
background-color css
<style>
a { background-color: #3A17C9; }
a { background-color: rgb(58,23,201); }
div.DivClassName
{
background-color: #3A17C9;
}
.BgClassName
{
background-color: #3A17C9;
}
</style>
border-color css
<style>
span { border-color: #3A17C9; }
span { border-color: rgb(58,23,201); }
td.TdClassName
{
border-color: #3A17C9;
}
.TagClassName
{
border-color: #3A17C9;
}
</style>