Shades of Purple Heart #380ABD
Tints of Purple Heart #380ABD
RGB
CMYK
RGB Variations
Color information
#380ABD (or 0x380ABD) is known color: Purple Heart. HEX triplet: 38, 0A and BD. RGB value is (56,10,189). Sum of RGB (Red+Green+Blue) = 56+10+189=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 189 (74.22% from 255 or 74.12% from 255); Max value from RGB is 189 - color contains mainly: blue. Hex color #380ABD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380ABD is #C7F542. Grayscale: #2B2B2B. Windows color (decimal): -13104451 or 12388920. OLE color: 12388920.
HSL color Cylindrical-coordinate representation of color #380ABD: hue angle of 255.42º 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 #380ABD is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 10 | 189 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.26 |
| HSL | 255.42º | 0.9% | 0.39% | - |
| HSV(B) | 255.42º | 0.95% | 0.74% | - |
| XYZ | 10.92 | 4.73 | 48.48 | - |
| YUV | 44.16 | 209.74 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 10 | 189 | 0.70 | 0.95 | 0 | 0.26 | 255.42 | 0.9 | 0.39 |
| Hex | 38 | A | BD | 46 | 5F | 0 | 1A | FF | 5A | 27 |
| Octal | 70 | 12 | 275 | 106 | 137 | 0 | 32 | 377 | 132 | 47 |
| Binary | 111000 | 1010 | 10111101 | 1000110 | 1011111 | 0 | 11010 | 11111111 | 1011010 | 100111 |
Color Harmonies of #380ABD
Complementary color
Monochromatic Colors of #380ABD
Black with #380ABD
Text Example
Text Example
White with #380ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380ABD; }
p { color: rgb(56,10,189); }
H1.HeaderClassName
{
color: #380ABD;
}
.AnyTagClassName
{
color: #380ABD;
}
</style>
background-color css
<style>
a { background-color: #380ABD; }
a { background-color: rgb(56,10,189); }
div.DivClassName
{
background-color: #380ABD;
}
.BgClassName
{
background-color: #380ABD;
}
</style>
border-color css
<style>
span { border-color: #380ABD; }
span { border-color: rgb(56,10,189); }
td.TdClassName
{
border-color: #380ABD;
}
.TagClassName
{
border-color: #380ABD;
}
</style>