Shades of Purple Heart #380AC2
Tints of Purple Heart #380AC2
RGB
CMYK
RGB Variations
Color information
#380AC2 (or 0x380AC2) is known color: Purple Heart. HEX triplet: 38, 0A and C2. RGB value is (56,10,194). Sum of RGB (Red+Green+Blue) = 56+10+194=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 194 (76.17% from 255 or 74.62% from 260); Max value from RGB is 194 - color contains mainly: blue. Hex color #380AC2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380AC2 is #C7F53D. Grayscale: #2C2C2C. Windows color (decimal): -13104446 or 12716600. OLE color: 12716600.
HSL color Cylindrical-coordinate representation of color #380AC2: hue angle of 255º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380AC2 is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 10 | 194 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.24 |
| HSL | 255º | 0.9% | 0.4% | - |
| HSV(B) | 255º | 0.95% | 0.76% | - |
| XYZ | 11.48 | 4.95 | 51.39 | - |
| YUV | 44.73 | 212.24 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 10 | 194 | 0.71 | 0.95 | 0 | 0.24 | 255 | 0.9 | 0.4 |
| Hex | 38 | A | C2 | 47 | 5F | 0 | 18 | FF | 5A | 28 |
| Octal | 70 | 12 | 302 | 107 | 137 | 0 | 30 | 377 | 132 | 50 |
| Binary | 111000 | 1010 | 11000010 | 1000111 | 1011111 | 0 | 11000 | 11111111 | 1011010 | 101000 |
Color Harmonies of #380AC2
Complementary color
Monochromatic Colors of #380AC2
Black with #380AC2
Text Example
Text Example
White with #380AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380AC2; }
p { color: rgb(56,10,194); }
H1.HeaderClassName
{
color: #380AC2;
}
.AnyTagClassName
{
color: #380AC2;
}
</style>
background-color css
<style>
a { background-color: #380AC2; }
a { background-color: rgb(56,10,194); }
div.DivClassName
{
background-color: #380AC2;
}
.BgClassName
{
background-color: #380AC2;
}
</style>
border-color css
<style>
span { border-color: #380AC2; }
span { border-color: rgb(56,10,194); }
td.TdClassName
{
border-color: #380AC2;
}
.TagClassName
{
border-color: #380AC2;
}
</style>