Shades of Purple Heart #380ABA
Tints of Purple Heart #380ABA
RGB
CMYK
RGB Variations
Color information
#380ABA (or 0x380ABA) is known color: Purple Heart. HEX triplet: 38, 0A and BA. RGB value is (56,10,186). Sum of RGB (Red+Green+Blue) = 56+10+186=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 186 (73.05% from 255 or 73.81% from 252); Max value from RGB is 186 - color contains mainly: blue. Hex color #380ABA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380ABA is #C7F545. Grayscale: #2B2B2B. Windows color (decimal): -13104454 or 12192312. OLE color: 12192312.
HSL color Cylindrical-coordinate representation of color #380ABA: hue angle of 255.68º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380ABA is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 10 | 186 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.27 |
| HSL | 255.68º | 0.9% | 0.38% | - |
| HSV(B) | 255.68º | 0.95% | 0.73% | - |
| XYZ | 10.6 | 4.6 | 46.78 | - |
| YUV | 43.82 | 208.24 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 10 | 186 | 0.70 | 0.95 | 0 | 0.27 | 255.68 | 0.9 | 0.38 |
| Hex | 38 | A | BA | 46 | 5F | 0 | 1B | 100 | 5A | 26 |
| Octal | 70 | 12 | 272 | 106 | 137 | 0 | 33 | 400 | 132 | 46 |
| Binary | 111000 | 1010 | 10111010 | 1000110 | 1011111 | 0 | 11011 | 100000000 | 1011010 | 100110 |
Color Harmonies of #380ABA
Complementary color
Monochromatic Colors of #380ABA
Black with #380ABA
Text Example
Text Example
White with #380ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380ABA; }
p { color: rgb(56,10,186); }
H1.HeaderClassName
{
color: #380ABA;
}
.AnyTagClassName
{
color: #380ABA;
}
</style>
background-color css
<style>
a { background-color: #380ABA; }
a { background-color: rgb(56,10,186); }
div.DivClassName
{
background-color: #380ABA;
}
.BgClassName
{
background-color: #380ABA;
}
</style>
border-color css
<style>
span { border-color: #380ABA; }
span { border-color: rgb(56,10,186); }
td.TdClassName
{
border-color: #380ABA;
}
.TagClassName
{
border-color: #380ABA;
}
</style>