Shades of Purple Heart #3C18AF
Tints of Purple Heart #3C18AF
RGB
CMYK
RGB Variations
Color information
#3C18AF (or 0x3C18AF) is known color: Purple Heart. HEX triplet: 3C, 18 and AF. RGB value is (60,24,175). Sum of RGB (Red+Green+Blue) = 60+24+175=259 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.17% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 175 (68.75% from 255 or 67.57% from 259); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C18AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C18AF is #C3E750. Grayscale: #333333. Windows color (decimal): -12838737 or 11475004. OLE color: 11475004.
HSL color Cylindrical-coordinate representation of color #3C18AF: hue angle of 254.3º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C18AF is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 24 | 175 | - |
| CMYK | 0.66 | 0.86 | 0 | 0.31 |
| HSL | 254.3º | 0.76% | 0.39% | - |
| HSV(B) | 254.3º | 0.86% | 0.69% | - |
| XYZ | 9.93 | 4.71 | 40.94 | - |
| YUV | 51.98 | 197.43 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 24 | 175 | 0.66 | 0.86 | 0 | 0.31 | 254.3 | 0.76 | 0.39 |
| Hex | 3C | 18 | AF | 42 | 56 | 0 | 1F | FE | 4C | 27 |
| Octal | 74 | 30 | 257 | 102 | 126 | 0 | 37 | 376 | 114 | 47 |
| Binary | 111100 | 11000 | 10101111 | 1000010 | 1010110 | 0 | 11111 | 11111110 | 1001100 | 100111 |
Color Harmonies of #3C18AF
Complementary color
Monochromatic Colors of #3C18AF
Black with #3C18AF
Text Example
Text Example
White with #3C18AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C18AF; }
p { color: rgb(60,24,175); }
H1.HeaderClassName
{
color: #3C18AF;
}
.AnyTagClassName
{
color: #3C18AF;
}
</style>
background-color css
<style>
a { background-color: #3C18AF; }
a { background-color: rgb(60,24,175); }
div.DivClassName
{
background-color: #3C18AF;
}
.BgClassName
{
background-color: #3C18AF;
}
</style>
border-color css
<style>
span { border-color: #3C18AF; }
span { border-color: rgb(60,24,175); }
td.TdClassName
{
border-color: #3C18AF;
}
.TagClassName
{
border-color: #3C18AF;
}
</style>