Shades of Purple Heart #3A17C7
Tints of Purple Heart #3A17C7
RGB
CMYK
RGB Variations
Color information
#3A17C7 (or 0x3A17C7) is known color: Purple Heart. HEX triplet: 3A, 17 and C7. RGB value is (58,23,199). Sum of RGB (Red+Green+Blue) = 58+23+199=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 199 (78.12% from 255 or 71.07% from 280); Max value from RGB is 199 - color contains mainly: blue. Hex color #3A17C7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A17C7 is #C5E838. Grayscale: #343434. Windows color (decimal): -12970041 or 13047610. OLE color: 13047610.
HSL color Cylindrical-coordinate representation of color #3A17C7: hue angle of 251.93º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A17C7 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 23 | 199 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.22 |
| HSL | 251.93º | 0.79% | 0.44% | - |
| HSV(B) | 251.93º | 0.88% | 0.78% | - |
| XYZ | 12.36 | 5.64 | 54.47 | - |
| YUV | 53.53 | 210.1 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 23 | 199 | 0.71 | 0.88 | 0 | 0.22 | 251.93 | 0.79 | 0.44 |
| Hex | 3A | 17 | C7 | 47 | 58 | 0 | 16 | FC | 4F | 2C |
| Octal | 72 | 27 | 307 | 107 | 130 | 0 | 26 | 374 | 117 | 54 |
| Binary | 111010 | 10111 | 11000111 | 1000111 | 1011000 | 0 | 10110 | 11111100 | 1001111 | 101100 |
Color Harmonies of #3A17C7
Complementary color
Monochromatic Colors of #3A17C7
Black with #3A17C7
Text Example
Text Example
White with #3A17C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A17C7; }
p { color: rgb(58,23,199); }
H1.HeaderClassName
{
color: #3A17C7;
}
.AnyTagClassName
{
color: #3A17C7;
}
</style>
background-color css
<style>
a { background-color: #3A17C7; }
a { background-color: rgb(58,23,199); }
div.DivClassName
{
background-color: #3A17C7;
}
.BgClassName
{
background-color: #3A17C7;
}
</style>
border-color css
<style>
span { border-color: #3A17C7; }
span { border-color: rgb(58,23,199); }
td.TdClassName
{
border-color: #3A17C7;
}
.TagClassName
{
border-color: #3A17C7;
}
</style>