Shades of Purple Heart #6719CD
Tints of Purple Heart #6719CD
RGB
CMYK
RGB Variations
Color information
#6719CD (or 0x6719CD) is known color: Purple Heart. HEX triplet: 67, 19 and CD. RGB value is (103,25,205). Sum of RGB (Red+Green+Blue) = 103+25+205=333 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.93% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #6719CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6719CD is #98E632. Grayscale: #444444. Windows color (decimal): -10020403 or 13441383. OLE color: 13441383.
HSL color Cylindrical-coordinate representation of color #6719CD: hue angle of 266º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6719CD is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 25 | 205 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.20 |
| HSL | 266º | 0.78% | 0.45% | - |
| HSV(B) | 266º | 0.88% | 0.8% | - |
| XYZ | 16.96 | 7.99 | 58.41 | - |
| YUV | 68.84 | 204.84 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 25 | 205 | 0.50 | 0.88 | 0 | 0.20 | 266 | 0.78 | 0.45 |
| Hex | 67 | 19 | CD | 32 | 58 | 0 | 14 | 10A | 4E | 2D |
| Octal | 147 | 31 | 315 | 62 | 130 | 0 | 24 | 412 | 116 | 55 |
| Binary | 1100111 | 11001 | 11001101 | 110010 | 1011000 | 0 | 10100 | 100001010 | 1001110 | 101101 |
Color Harmonies of #6719CD
Complementary color
Monochromatic Colors of #6719CD
Black with #6719CD
Text Example
Text Example
White with #6719CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6719CD; }
p { color: rgb(103,25,205); }
H1.HeaderClassName
{
color: #6719CD;
}
.AnyTagClassName
{
color: #6719CD;
}
</style>
background-color css
<style>
a { background-color: #6719CD; }
a { background-color: rgb(103,25,205); }
div.DivClassName
{
background-color: #6719CD;
}
.BgClassName
{
background-color: #6719CD;
}
</style>
border-color css
<style>
span { border-color: #6719CD; }
span { border-color: rgb(103,25,205); }
td.TdClassName
{
border-color: #6719CD;
}
.TagClassName
{
border-color: #6719CD;
}
</style>