Shades of Purple Heart #381ABC
Tints of Purple Heart #381ABC
RGB
CMYK
RGB Variations
Color information
#381ABC (or 0x381ABC) is known color: Purple Heart. HEX triplet: 38, 1A and BC. RGB value is (56,26,188). Sum of RGB (Red+Green+Blue) = 56+26+188=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #381ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381ABC is #C7E543. Grayscale: #343434. Windows color (decimal): -13100356 or 12327480. OLE color: 12327480.
HSL color Cylindrical-coordinate representation of color #381ABC: hue angle of 251.11º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #381ABC is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 26 | 188 | - |
| CMYK | 0.70 | 0.86 | 0 | 0.26 |
| HSL | 251.11º | 0.76% | 0.42% | - |
| HSV(B) | 251.11º | 0.86% | 0.74% | - |
| XYZ | 11.08 | 5.21 | 48 | - |
| YUV | 53.44 | 203.94 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 26 | 188 | 0.70 | 0.86 | 0 | 0.26 | 251.11 | 0.76 | 0.42 |
| Hex | 38 | 1A | BC | 46 | 56 | 0 | 1A | FB | 4C | 2A |
| Octal | 70 | 32 | 274 | 106 | 126 | 0 | 32 | 373 | 114 | 52 |
| Binary | 111000 | 11010 | 10111100 | 1000110 | 1010110 | 0 | 11010 | 11111011 | 1001100 | 101010 |
Color Harmonies of #381ABC
Complementary color
Monochromatic Colors of #381ABC
Black with #381ABC
Text Example
Text Example
White with #381ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381ABC; }
p { color: rgb(56,26,188); }
H1.HeaderClassName
{
color: #381ABC;
}
.AnyTagClassName
{
color: #381ABC;
}
</style>
background-color css
<style>
a { background-color: #381ABC; }
a { background-color: rgb(56,26,188); }
div.DivClassName
{
background-color: #381ABC;
}
.BgClassName
{
background-color: #381ABC;
}
</style>
border-color css
<style>
span { border-color: #381ABC; }
span { border-color: rgb(56,26,188); }
td.TdClassName
{
border-color: #381ABC;
}
.TagClassName
{
border-color: #381ABC;
}
</style>