Shades of Purple Heart #3816C0
Tints of Purple Heart #3816C0
RGB
CMYK
RGB Variations
Color information
#3816C0 (or 0x3816C0) is known color: Purple Heart. HEX triplet: 38, 16 and C0. RGB value is (56,22,192). Sum of RGB (Red+Green+Blue) = 56+22+192=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 192 (75.39% from 255 or 71.11% from 270); Max value from RGB is 192 - color contains mainly: blue. Hex color #3816C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3816C0 is #C7E93F. Grayscale: #323232. Windows color (decimal): -13101376 or 12588600. OLE color: 12588600.
HSL color Cylindrical-coordinate representation of color #3816C0: hue angle of 252º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3816C0 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 22 | 192 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.25 |
| HSL | 252º | 0.79% | 0.42% | - |
| HSV(B) | 252º | 0.89% | 0.75% | - |
| XYZ | 11.43 | 5.22 | 50.27 | - |
| YUV | 51.55 | 207.26 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 22 | 192 | 0.71 | 0.89 | 0 | 0.25 | 252 | 0.79 | 0.42 |
| Hex | 38 | 16 | C0 | 47 | 59 | 0 | 19 | FC | 4F | 2A |
| Octal | 70 | 26 | 300 | 107 | 131 | 0 | 31 | 374 | 117 | 52 |
| Binary | 111000 | 10110 | 11000000 | 1000111 | 1011001 | 0 | 11001 | 11111100 | 1001111 | 101010 |
Color Harmonies of #3816C0
Complementary color
Monochromatic Colors of #3816C0
Black with #3816C0
Text Example
Text Example
White with #3816C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3816C0; }
p { color: rgb(56,22,192); }
H1.HeaderClassName
{
color: #3816C0;
}
.AnyTagClassName
{
color: #3816C0;
}
</style>
background-color css
<style>
a { background-color: #3816C0; }
a { background-color: rgb(56,22,192); }
div.DivClassName
{
background-color: #3816C0;
}
.BgClassName
{
background-color: #3816C0;
}
</style>
border-color css
<style>
span { border-color: #3816C0; }
span { border-color: rgb(56,22,192); }
td.TdClassName
{
border-color: #3816C0;
}
.TagClassName
{
border-color: #3816C0;
}
</style>