Shades of Purple Heart #6433BC
Tints of Purple Heart #6433BC
RGB
CMYK
RGB Variations
Color information
#6433BC (or 0x6433BC) is known color: Purple Heart. HEX triplet: 64, 33 and BC. RGB value is (100,51,188). Sum of RGB (Red+Green+Blue) = 100+51+188=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #6433BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6433BC is #9BCC43. Grayscale: #505050. Windows color (decimal): -10210372 or 12333924. OLE color: 12333924.
HSL color Cylindrical-coordinate representation of color #6433BC: hue angle of 261.46º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6433BC is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 51 | 188 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.26 |
| HSL | 261.46º | 0.57% | 0.47% | - |
| HSV(B) | 261.46º | 0.73% | 0.74% | - |
| XYZ | 15.52 | 8.71 | 48.44 | - |
| YUV | 81.27 | 188.23 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 51 | 188 | 0.47 | 0.73 | 0 | 0.26 | 261.46 | 0.57 | 0.47 |
| Hex | 64 | 33 | BC | 2F | 49 | 0 | 1A | 105 | 39 | 2F |
| Octal | 144 | 63 | 274 | 57 | 111 | 0 | 32 | 405 | 71 | 57 |
| Binary | 1100100 | 110011 | 10111100 | 101111 | 1001001 | 0 | 11010 | 100000101 | 111001 | 101111 |
Color Harmonies of #6433BC
Complementary color
Monochromatic Colors of #6433BC
Black with #6433BC
Text Example
Text Example
White with #6433BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6433BC; }
p { color: rgb(100,51,188); }
H1.HeaderClassName
{
color: #6433BC;
}
.AnyTagClassName
{
color: #6433BC;
}
</style>
background-color css
<style>
a { background-color: #6433BC; }
a { background-color: rgb(100,51,188); }
div.DivClassName
{
background-color: #6433BC;
}
.BgClassName
{
background-color: #6433BC;
}
</style>
border-color css
<style>
span { border-color: #6433BC; }
span { border-color: rgb(100,51,188); }
td.TdClassName
{
border-color: #6433BC;
}
.TagClassName
{
border-color: #6433BC;
}
</style>