Shades of Purple Heart #3609BD
Tints of Purple Heart #3609BD
RGB
CMYK
RGB Variations
Color information
#3609BD (or 0x3609BD) is known color: Purple Heart. HEX triplet: 36, 09 and BD. RGB value is (54,9,189). Sum of RGB (Red+Green+Blue) = 54+9+189=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 189 (74.22% from 255 or 75% from 252); Max value from RGB is 189 - color contains mainly: blue. Hex color #3609BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3609BD is #C9F642. Grayscale: #2A2A2A. Windows color (decimal): -13235779 or 12388662. OLE color: 12388662.
HSL color Cylindrical-coordinate representation of color #3609BD: hue angle of 255º degrees, saturation: 0.91, 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 #3609BD is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 9 | 189 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.26 |
| HSL | 255º | 0.91% | 0.39% | - |
| HSV(B) | 255º | 0.95% | 0.74% | - |
| XYZ | 10.8 | 4.65 | 48.47 | - |
| YUV | 42.98 | 210.41 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 9 | 189 | 0.71 | 0.95 | 0 | 0.26 | 255 | 0.91 | 0.39 |
| Hex | 36 | 9 | BD | 47 | 5F | 0 | 1A | FF | 5B | 27 |
| Octal | 66 | 11 | 275 | 107 | 137 | 0 | 32 | 377 | 133 | 47 |
| Binary | 110110 | 1001 | 10111101 | 1000111 | 1011111 | 0 | 11010 | 11111111 | 1011011 | 100111 |
Color Harmonies of #3609BD
Complementary color
Monochromatic Colors of #3609BD
Black with #3609BD
Text Example
Text Example
White with #3609BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3609BD; }
p { color: rgb(54,9,189); }
H1.HeaderClassName
{
color: #3609BD;
}
.AnyTagClassName
{
color: #3609BD;
}
</style>
background-color css
<style>
a { background-color: #3609BD; }
a { background-color: rgb(54,9,189); }
div.DivClassName
{
background-color: #3609BD;
}
.BgClassName
{
background-color: #3609BD;
}
</style>
border-color css
<style>
span { border-color: #3609BD; }
span { border-color: rgb(54,9,189); }
td.TdClassName
{
border-color: #3609BD;
}
.TagClassName
{
border-color: #3609BD;
}
</style>