Shades of Purple Heart #6434BC
Tints of Purple Heart #6434BC
RGB
CMYK
RGB Variations
Color information
#6434BC (or 0x6434BC) is known color: Purple Heart. HEX triplet: 64, 34 and BC. RGB value is (100,52,188). Sum of RGB (Red+Green+Blue) = 100+52+188=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #6434BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6434BC is #9BCB43. Grayscale: #515151. Windows color (decimal): -10210116 or 12334180. OLE color: 12334180.
HSL color Cylindrical-coordinate representation of color #6434BC: hue angle of 261.18º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6434BC is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 52 | 188 | - |
| CMYK | 0.47 | 0.72 | 0 | 0.26 |
| HSL | 261.18º | 0.57% | 0.47% | - |
| HSV(B) | 261.18º | 0.72% | 0.74% | - |
| XYZ | 15.56 | 8.8 | 48.45 | - |
| YUV | 81.86 | 187.9 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 52 | 188 | 0.47 | 0.72 | 0 | 0.26 | 261.18 | 0.57 | 0.47 |
| Hex | 64 | 34 | BC | 2F | 48 | 0 | 1A | 105 | 39 | 2F |
| Octal | 144 | 64 | 274 | 57 | 110 | 0 | 32 | 405 | 71 | 57 |
| Binary | 1100100 | 110100 | 10111100 | 101111 | 1001000 | 0 | 11010 | 100000101 | 111001 | 101111 |
Color Harmonies of #6434BC
Complementary color
Monochromatic Colors of #6434BC
Black with #6434BC
Text Example
Text Example
White with #6434BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6434BC; }
p { color: rgb(100,52,188); }
H1.HeaderClassName
{
color: #6434BC;
}
.AnyTagClassName
{
color: #6434BC;
}
</style>
background-color css
<style>
a { background-color: #6434BC; }
a { background-color: rgb(100,52,188); }
div.DivClassName
{
background-color: #6434BC;
}
.BgClassName
{
background-color: #6434BC;
}
</style>
border-color css
<style>
span { border-color: #6434BC; }
span { border-color: rgb(100,52,188); }
td.TdClassName
{
border-color: #6434BC;
}
.TagClassName
{
border-color: #6434BC;
}
</style>