Shades of Purple Heart #3610BC
Tints of Purple Heart #3610BC
RGB
CMYK
RGB Variations
Color information
#3610BC (or 0x3610BC) is known color: Purple Heart. HEX triplet: 36, 10 and BC. RGB value is (54,16,188). Sum of RGB (Red+Green+Blue) = 54+16+188=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 188 (73.83% from 255 or 72.87% from 258); Max value from RGB is 188 - color contains mainly: blue. Hex color #3610BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3610BC is #C9EF43. Grayscale: #2E2E2E. Windows color (decimal): -13233988 or 12324918. OLE color: 12324918.
HSL color Cylindrical-coordinate representation of color #3610BC: hue angle of 253.26º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3610BC is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 16 | 188 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.26 |
| HSL | 253.26º | 0.84% | 0.4% | - |
| HSV(B) | 253.26º | 0.91% | 0.74% | - |
| XYZ | 10.78 | 4.79 | 47.93 | - |
| YUV | 46.97 | 207.59 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 16 | 188 | 0.71 | 0.91 | 0 | 0.26 | 253.26 | 0.84 | 0.4 |
| Hex | 36 | 10 | BC | 47 | 5B | 0 | 1A | FD | 54 | 28 |
| Octal | 66 | 20 | 274 | 107 | 133 | 0 | 32 | 375 | 124 | 50 |
| Binary | 110110 | 10000 | 10111100 | 1000111 | 1011011 | 0 | 11010 | 11111101 | 1010100 | 101000 |
Color Harmonies of #3610BC
Complementary color
Monochromatic Colors of #3610BC
Black with #3610BC
Text Example
Text Example
White with #3610BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3610BC; }
p { color: rgb(54,16,188); }
H1.HeaderClassName
{
color: #3610BC;
}
.AnyTagClassName
{
color: #3610BC;
}
</style>
background-color css
<style>
a { background-color: #3610BC; }
a { background-color: rgb(54,16,188); }
div.DivClassName
{
background-color: #3610BC;
}
.BgClassName
{
background-color: #3610BC;
}
</style>
border-color css
<style>
span { border-color: #3610BC; }
span { border-color: rgb(54,16,188); }
td.TdClassName
{
border-color: #3610BC;
}
.TagClassName
{
border-color: #3610BC;
}
</style>