Shades of Purple Heart #6734DB
Tints of Purple Heart #6734DB
RGB
CMYK
RGB Variations
Color information
#6734DB (or 0x6734DB) is known color: Purple Heart. HEX triplet: 67, 34 and DB. RGB value is (103,52,219). Sum of RGB (Red+Green+Blue) = 103+52+219=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #6734DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6734DB is #98CB24. Grayscale: #555555. Windows color (decimal): -10013477 or 14365799. OLE color: 14365799.
HSL color Cylindrical-coordinate representation of color #6734DB: hue angle of 258.32º degrees, saturation: 0.7, 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 #6734DB is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 52 | 219 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.14 |
| HSL | 258.32º | 0.7% | 0.53% | - |
| HSV(B) | 258.32º | 0.76% | 0.86% | - |
| XYZ | 19.61 | 10.45 | 68 | - |
| YUV | 86.29 | 202.9 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 52 | 219 | 0.53 | 0.76 | 0 | 0.14 | 258.32 | 0.7 | 0.53 |
| Hex | 67 | 34 | DB | 35 | 4C | 0 | E | 102 | 46 | 35 |
| Octal | 147 | 64 | 333 | 65 | 114 | 0 | 16 | 402 | 106 | 65 |
| Binary | 1100111 | 110100 | 11011011 | 110101 | 1001100 | 0 | 1110 | 100000010 | 1000110 | 110101 |
Color Harmonies of #6734DB
Complementary color
Monochromatic Colors of #6734DB
Black with #6734DB
Text Example
Text Example
White with #6734DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6734DB; }
p { color: rgb(103,52,219); }
H1.HeaderClassName
{
color: #6734DB;
}
.AnyTagClassName
{
color: #6734DB;
}
</style>
background-color css
<style>
a { background-color: #6734DB; }
a { background-color: rgb(103,52,219); }
div.DivClassName
{
background-color: #6734DB;
}
.BgClassName
{
background-color: #6734DB;
}
</style>
border-color css
<style>
span { border-color: #6734DB; }
span { border-color: rgb(103,52,219); }
td.TdClassName
{
border-color: #6734DB;
}
.TagClassName
{
border-color: #6734DB;
}
</style>