Shades of Purple Heart #380BC2
Tints of Purple Heart #380BC2
RGB
CMYK
RGB Variations
Color information
#380BC2 (or 0x380BC2) is known color: Purple Heart. HEX triplet: 38, 0B and C2. RGB value is (56,11,194). Sum of RGB (Red+Green+Blue) = 56+11+194=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 11 (4.69% from 255 or 4.21% from 261); Blue value is 194 (76.17% from 255 or 74.33% from 261); Max value from RGB is 194 - color contains mainly: blue. Hex color #380BC2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380BC2 is #C7F43D. Grayscale: #2C2C2C. Windows color (decimal): -13104190 or 12716856. OLE color: 12716856.
HSL color Cylindrical-coordinate representation of color #380BC2: hue angle of 254.75º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380BC2 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 11 | 194 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.24 |
| HSL | 254.75º | 0.89% | 0.4% | - |
| HSV(B) | 254.75º | 0.94% | 0.76% | - |
| XYZ | 11.49 | 4.98 | 51.39 | - |
| YUV | 45.32 | 211.91 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 11 | 194 | 0.71 | 0.94 | 0 | 0.24 | 254.75 | 0.89 | 0.4 |
| Hex | 38 | B | C2 | 47 | 5E | 0 | 18 | FF | 59 | 28 |
| Octal | 70 | 13 | 302 | 107 | 136 | 0 | 30 | 377 | 131 | 50 |
| Binary | 111000 | 1011 | 11000010 | 1000111 | 1011110 | 0 | 11000 | 11111111 | 1011001 | 101000 |
Color Harmonies of #380BC2
Complementary color
Monochromatic Colors of #380BC2
Black with #380BC2
Text Example
Text Example
White with #380BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380BC2; }
p { color: rgb(56,11,194); }
H1.HeaderClassName
{
color: #380BC2;
}
.AnyTagClassName
{
color: #380BC2;
}
</style>
background-color css
<style>
a { background-color: #380BC2; }
a { background-color: rgb(56,11,194); }
div.DivClassName
{
background-color: #380BC2;
}
.BgClassName
{
background-color: #380BC2;
}
</style>
border-color css
<style>
span { border-color: #380BC2; }
span { border-color: rgb(56,11,194); }
td.TdClassName
{
border-color: #380BC2;
}
.TagClassName
{
border-color: #380BC2;
}
</style>