Shades of Purple Heart #6436BF
Tints of Purple Heart #6436BF
RGB
CMYK
RGB Variations
Color information
#6436BF (or 0x6436BF) is known color: Purple Heart. HEX triplet: 64, 36 and BF. RGB value is (100,54,191). Sum of RGB (Red+Green+Blue) = 100+54+191=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #6436BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6436BF is #9BC940. Grayscale: #525252. Windows color (decimal): -10209601 or 12531300. OLE color: 12531300.
HSL color Cylindrical-coordinate representation of color #6436BF: hue angle of 260.15º 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 #6436BF is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 54 | 191 | - |
| CMYK | 0.48 | 0.72 | 0 | 0.25 |
| HSL | 260.15º | 0.56% | 0.48% | - |
| HSV(B) | 260.15º | 0.72% | 0.75% | - |
| XYZ | 15.98 | 9.11 | 50.21 | - |
| YUV | 83.37 | 188.74 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 54 | 191 | 0.48 | 0.72 | 0 | 0.25 | 260.15 | 0.56 | 0.48 |
| Hex | 64 | 36 | BF | 30 | 48 | 0 | 19 | 104 | 38 | 30 |
| Octal | 144 | 66 | 277 | 60 | 110 | 0 | 31 | 404 | 70 | 60 |
| Binary | 1100100 | 110110 | 10111111 | 110000 | 1001000 | 0 | 11001 | 100000100 | 111000 | 110000 |
Color Harmonies of #6436BF
Complementary color
Monochromatic Colors of #6436BF
Black with #6436BF
Text Example
Text Example
White with #6436BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6436BF; }
p { color: rgb(100,54,191); }
H1.HeaderClassName
{
color: #6436BF;
}
.AnyTagClassName
{
color: #6436BF;
}
</style>
background-color css
<style>
a { background-color: #6436BF; }
a { background-color: rgb(100,54,191); }
div.DivClassName
{
background-color: #6436BF;
}
.BgClassName
{
background-color: #6436BF;
}
</style>
border-color css
<style>
span { border-color: #6436BF; }
span { border-color: rgb(100,54,191); }
td.TdClassName
{
border-color: #6436BF;
}
.TagClassName
{
border-color: #6436BF;
}
</style>