Shades of Purple Heart #6726DB
Tints of Purple Heart #6726DB
RGB
CMYK
RGB Variations
Color information
#6726DB (or 0x6726DB) is known color: Purple Heart. HEX triplet: 67, 26 and DB. RGB value is (103,38,219). Sum of RGB (Red+Green+Blue) = 103+38+219=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #6726DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6726DB is #98D924. Grayscale: #4D4D4D. Windows color (decimal): -10017061 or 14362215. OLE color: 14362215.
HSL color Cylindrical-coordinate representation of color #6726DB: hue angle of 261.55º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6726DB is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 38 | 219 | - |
| CMYK | 0.53 | 0.83 | 0 | 0.14 |
| HSL | 261.55º | 0.72% | 0.5% | - |
| HSV(B) | 261.55º | 0.83% | 0.86% | - |
| XYZ | 19.07 | 9.38 | 67.82 | - |
| YUV | 78.07 | 207.53 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 38 | 219 | 0.53 | 0.83 | 0 | 0.14 | 261.55 | 0.72 | 0.5 |
| Hex | 67 | 26 | DB | 35 | 53 | 0 | E | 106 | 48 | 32 |
| Octal | 147 | 46 | 333 | 65 | 123 | 0 | 16 | 406 | 110 | 62 |
| Binary | 1100111 | 100110 | 11011011 | 110101 | 1010011 | 0 | 1110 | 100000110 | 1001000 | 110010 |
Color Harmonies of #6726DB
Complementary color
Monochromatic Colors of #6726DB
Black with #6726DB
Text Example
Text Example
White with #6726DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6726DB; }
p { color: rgb(103,38,219); }
H1.HeaderClassName
{
color: #6726DB;
}
.AnyTagClassName
{
color: #6726DB;
}
</style>
background-color css
<style>
a { background-color: #6726DB; }
a { background-color: rgb(103,38,219); }
div.DivClassName
{
background-color: #6726DB;
}
.BgClassName
{
background-color: #6726DB;
}
</style>
border-color css
<style>
span { border-color: #6726DB; }
span { border-color: rgb(103,38,219); }
td.TdClassName
{
border-color: #6726DB;
}
.TagClassName
{
border-color: #6726DB;
}
</style>