Shades of Purple Heart #6434DC
Tints of Purple Heart #6434DC
RGB
CMYK
RGB Variations
Color information
#6434DC (or 0x6434DC) is known color: Purple Heart. HEX triplet: 64, 34 and DC. RGB value is (100,52,220). Sum of RGB (Red+Green+Blue) = 100+52+220=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #6434DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6434DC is #9BCB23. Grayscale: #545454. Windows color (decimal): -10210084 or 14431332. OLE color: 14431332.
HSL color Cylindrical-coordinate representation of color #6434DC: hue angle of 257.14º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6434DC is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 52 | 220 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.14 |
| HSL | 257.14º | 0.71% | 0.53% | - |
| HSV(B) | 257.14º | 0.76% | 0.86% | - |
| XYZ | 19.4 | 10.33 | 68.68 | - |
| YUV | 85.5 | 203.9 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 52 | 220 | 0.55 | 0.76 | 0 | 0.14 | 257.14 | 0.71 | 0.53 |
| Hex | 64 | 34 | DC | 37 | 4C | 0 | E | 101 | 47 | 35 |
| Octal | 144 | 64 | 334 | 67 | 114 | 0 | 16 | 401 | 107 | 65 |
| Binary | 1100100 | 110100 | 11011100 | 110111 | 1001100 | 0 | 1110 | 100000001 | 1000111 | 110101 |
Color Harmonies of #6434DC
Complementary color
Monochromatic Colors of #6434DC
Black with #6434DC
Text Example
Text Example
White with #6434DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6434DC; }
p { color: rgb(100,52,220); }
H1.HeaderClassName
{
color: #6434DC;
}
.AnyTagClassName
{
color: #6434DC;
}
</style>
background-color css
<style>
a { background-color: #6434DC; }
a { background-color: rgb(100,52,220); }
div.DivClassName
{
background-color: #6434DC;
}
.BgClassName
{
background-color: #6434DC;
}
</style>
border-color css
<style>
span { border-color: #6434DC; }
span { border-color: rgb(100,52,220); }
td.TdClassName
{
border-color: #6434DC;
}
.TagClassName
{
border-color: #6434DC;
}
</style>