Shades of Purple Heart #3A18CC
Tints of Purple Heart #3A18CC
RGB
CMYK
RGB Variations
Color information
#3A18CC (or 0x3A18CC) is known color: Purple Heart. HEX triplet: 3A, 18 and CC. RGB value is (58,24,204). Sum of RGB (Red+Green+Blue) = 58+24+204=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A18CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A18CC is #C5E733. Grayscale: #363636. Windows color (decimal): -12969780 or 13375546. OLE color: 13375546.
HSL color Cylindrical-coordinate representation of color #3A18CC: hue angle of 251.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A18CC is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 24 | 204 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.2 |
| HSL | 251.33º | 0.79% | 0.45% | - |
| HSV(B) | 251.33º | 0.88% | 0.8% | - |
| XYZ | 12.97 | 5.91 | 57.58 | - |
| YUV | 54.69 | 212.26 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 24 | 204 | 0.72 | 0.88 | 0 | 0.2 | 251.33 | 0.79 | 0.45 |
| Hex | 3A | 18 | CC | 48 | 58 | 0 | 14 | FB | 4F | 2D |
| Octal | 72 | 30 | 314 | 110 | 130 | 0 | 24 | 373 | 117 | 55 |
| Binary | 111010 | 11000 | 11001100 | 1001000 | 1011000 | 0 | 10100 | 11111011 | 1001111 | 101101 |
Color Harmonies of #3A18CC
Complementary color
Monochromatic Colors of #3A18CC
Black with #3A18CC
Text Example
Text Example
White with #3A18CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A18CC; }
p { color: rgb(58,24,204); }
H1.HeaderClassName
{
color: #3A18CC;
}
.AnyTagClassName
{
color: #3A18CC;
}
</style>
background-color css
<style>
a { background-color: #3A18CC; }
a { background-color: rgb(58,24,204); }
div.DivClassName
{
background-color: #3A18CC;
}
.BgClassName
{
background-color: #3A18CC;
}
</style>
border-color css
<style>
span { border-color: #3A18CC; }
span { border-color: rgb(58,24,204); }
td.TdClassName
{
border-color: #3A18CC;
}
.TagClassName
{
border-color: #3A18CC;
}
</style>