Shades of Purple Heart #6430DD
Tints of Purple Heart #6430DD
RGB
CMYK
RGB Variations
Color information
#6430DD (or 0x6430DD) is known color: Purple Heart. HEX triplet: 64, 30 and DD. RGB value is (100,48,221). Sum of RGB (Red+Green+Blue) = 100+48+221=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #6430DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6430DD is #9BCF22. Grayscale: #525252. Windows color (decimal): -10211107 or 14495844. OLE color: 14495844.
HSL color Cylindrical-coordinate representation of color #6430DD: hue angle of 258.03º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6430DD is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 48 | 221 | - |
| CMYK | 0.55 | 0.78 | 0 | 0.13 |
| HSL | 258.03º | 0.72% | 0.53% | - |
| HSV(B) | 258.03º | 0.78% | 0.87% | - |
| XYZ | 19.36 | 10.04 | 69.32 | - |
| YUV | 83.27 | 205.73 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 48 | 221 | 0.55 | 0.78 | 0 | 0.13 | 258.03 | 0.72 | 0.53 |
| Hex | 64 | 30 | DD | 37 | 4E | 0 | D | 102 | 48 | 35 |
| Octal | 144 | 60 | 335 | 67 | 116 | 0 | 15 | 402 | 110 | 65 |
| Binary | 1100100 | 110000 | 11011101 | 110111 | 1001110 | 0 | 1101 | 100000010 | 1001000 | 110101 |
Color Harmonies of #6430DD
Complementary color
Monochromatic Colors of #6430DD
Black with #6430DD
Text Example
Text Example
White with #6430DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6430DD; }
p { color: rgb(100,48,221); }
H1.HeaderClassName
{
color: #6430DD;
}
.AnyTagClassName
{
color: #6430DD;
}
</style>
background-color css
<style>
a { background-color: #6430DD; }
a { background-color: rgb(100,48,221); }
div.DivClassName
{
background-color: #6430DD;
}
.BgClassName
{
background-color: #6430DD;
}
</style>
border-color css
<style>
span { border-color: #6430DD; }
span { border-color: rgb(100,48,221); }
td.TdClassName
{
border-color: #6430DD;
}
.TagClassName
{
border-color: #6430DD;
}
</style>