Shades of Purple Heart #380ABC
Tints of Purple Heart #380ABC
RGB
CMYK
RGB Variations
Color information
#380ABC (or 0x380ABC) is known color: Purple Heart. HEX triplet: 38, 0A and BC. RGB value is (56,10,188). Sum of RGB (Red+Green+Blue) = 56+10+188=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 188 (73.83% from 255 or 74.02% from 254); Max value from RGB is 188 - color contains mainly: blue. Hex color #380ABC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380ABC is #C7F543. Grayscale: #2B2B2B. Windows color (decimal): -13104452 or 12323384. OLE color: 12323384.
HSL color Cylindrical-coordinate representation of color #380ABC: hue angle of 255.51º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380ABC is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 10 | 188 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.26 |
| HSL | 255.51º | 0.9% | 0.39% | - |
| HSV(B) | 255.51º | 0.95% | 0.74% | - |
| XYZ | 10.82 | 4.69 | 47.91 | - |
| YUV | 44.05 | 209.24 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 10 | 188 | 0.70 | 0.95 | 0 | 0.26 | 255.51 | 0.9 | 0.39 |
| Hex | 38 | A | BC | 46 | 5F | 0 | 1A | 100 | 5A | 27 |
| Octal | 70 | 12 | 274 | 106 | 137 | 0 | 32 | 400 | 132 | 47 |
| Binary | 111000 | 1010 | 10111100 | 1000110 | 1011111 | 0 | 11010 | 100000000 | 1011010 | 100111 |
Color Harmonies of #380ABC
Complementary color
Monochromatic Colors of #380ABC
Black with #380ABC
Text Example
Text Example
White with #380ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380ABC; }
p { color: rgb(56,10,188); }
H1.HeaderClassName
{
color: #380ABC;
}
.AnyTagClassName
{
color: #380ABC;
}
</style>
background-color css
<style>
a { background-color: #380ABC; }
a { background-color: rgb(56,10,188); }
div.DivClassName
{
background-color: #380ABC;
}
.BgClassName
{
background-color: #380ABC;
}
</style>
border-color css
<style>
span { border-color: #380ABC; }
span { border-color: rgb(56,10,188); }
td.TdClassName
{
border-color: #380ABC;
}
.TagClassName
{
border-color: #380ABC;
}
</style>