Shades of Purple Heart #3818C9
Tints of Purple Heart #3818C9
RGB
CMYK
RGB Variations
Color information
#3818C9 (or 0x3818C9) is known color: Purple Heart. HEX triplet: 38, 18 and C9. RGB value is (56,24,201). Sum of RGB (Red+Green+Blue) = 56+24+201=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 201 (78.91% from 255 or 71.53% from 281); Max value from RGB is 201 - color contains mainly: blue. Hex color #3818C9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3818C9 is #C7E736. Grayscale: #353535. Windows color (decimal): -13100855 or 13178936. OLE color: 13178936.
HSL color Cylindrical-coordinate representation of color #3818C9: hue angle of 250.85º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3818C9 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 56 | 24 | 201 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.21 |
| HSL | 250.85º | 0.79% | 0.44% | - |
| HSV(B) | 250.85º | 0.88% | 0.79% | - |
| XYZ | 12.5 | 5.71 | 55.7 | - |
| YUV | 53.75 | 211.1 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 24 | 201 | 0.72 | 0.88 | 0 | 0.21 | 250.85 | 0.79 | 0.44 |
| Hex | 38 | 18 | C9 | 48 | 58 | 0 | 15 | FB | 4F | 2C |
| Octal | 70 | 30 | 311 | 110 | 130 | 0 | 25 | 373 | 117 | 54 |
| Binary | 111000 | 11000 | 11001001 | 1001000 | 1011000 | 0 | 10101 | 11111011 | 1001111 | 101100 |
Color Harmonies of #3818C9
Complementary color
Monochromatic Colors of #3818C9
Black with #3818C9
Text Example
Text Example
White with #3818C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3818C9; }
p { color: rgb(56,24,201); }
H1.HeaderClassName
{
color: #3818C9;
}
.AnyTagClassName
{
color: #3818C9;
}
</style>
background-color css
<style>
a { background-color: #3818C9; }
a { background-color: rgb(56,24,201); }
div.DivClassName
{
background-color: #3818C9;
}
.BgClassName
{
background-color: #3818C9;
}
</style>
border-color css
<style>
span { border-color: #3818C9; }
span { border-color: rgb(56,24,201); }
td.TdClassName
{
border-color: #3818C9;
}
.TagClassName
{
border-color: #3818C9;
}
</style>