Shades of Purple Heart #6036BF
Tints of Purple Heart #6036BF
RGB
CMYK
RGB Variations
Color information
#6036BF (or 0x6036BF) is known color: Purple Heart. HEX triplet: 60, 36 and BF. RGB value is (96,54,191). Sum of RGB (Red+Green+Blue) = 96+54+191=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #6036BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6036BF is #9FC940. Grayscale: #515151. Windows color (decimal): -10471745 or 12531296. OLE color: 12531296.
HSL color Cylindrical-coordinate representation of color #6036BF: hue angle of 258.39º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6036BF is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 54 | 191 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.25 |
| HSL | 258.39º | 0.56% | 0.48% | - |
| HSV(B) | 258.39º | 0.72% | 0.75% | - |
| XYZ | 15.55 | 8.89 | 50.19 | - |
| YUV | 82.18 | 189.41 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 54 | 191 | 0.50 | 0.72 | 0 | 0.25 | 258.39 | 0.56 | 0.48 |
| Hex | 60 | 36 | BF | 32 | 48 | 0 | 19 | 102 | 38 | 30 |
| Octal | 140 | 66 | 277 | 62 | 110 | 0 | 31 | 402 | 70 | 60 |
| Binary | 1100000 | 110110 | 10111111 | 110010 | 1001000 | 0 | 11001 | 100000010 | 111000 | 110000 |
Color Harmonies of #6036BF
Complementary color
Monochromatic Colors of #6036BF
Black with #6036BF
Text Example
Text Example
White with #6036BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6036BF; }
p { color: rgb(96,54,191); }
H1.HeaderClassName
{
color: #6036BF;
}
.AnyTagClassName
{
color: #6036BF;
}
</style>
background-color css
<style>
a { background-color: #6036BF; }
a { background-color: rgb(96,54,191); }
div.DivClassName
{
background-color: #6036BF;
}
.BgClassName
{
background-color: #6036BF;
}
</style>
border-color css
<style>
span { border-color: #6036BF; }
span { border-color: rgb(96,54,191); }
td.TdClassName
{
border-color: #6036BF;
}
.TagClassName
{
border-color: #6036BF;
}
</style>