Shades of Purple Heart #6636DB
Tints of Purple Heart #6636DB
RGB
CMYK
RGB Variations
Color information
#6636DB (or 0x6636DB) is known color: Purple Heart. HEX triplet: 66, 36 and DB. RGB value is (102,54,219). Sum of RGB (Red+Green+Blue) = 102+54+219=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #6636DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6636DB is #99C924. Grayscale: #565656. Windows color (decimal): -10078501 or 14366310. OLE color: 14366310.
HSL color Cylindrical-coordinate representation of color #6636DB: hue angle of 257.45º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6636DB is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 54 | 219 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.14 |
| HSL | 257.45º | 0.7% | 0.54% | - |
| HSV(B) | 257.45º | 0.75% | 0.86% | - |
| XYZ | 19.58 | 10.58 | 68.03 | - |
| YUV | 87.16 | 202.4 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 54 | 219 | 0.53 | 0.75 | 0 | 0.14 | 257.45 | 0.7 | 0.54 |
| Hex | 66 | 36 | DB | 35 | 4B | 0 | E | 101 | 46 | 36 |
| Octal | 146 | 66 | 333 | 65 | 113 | 0 | 16 | 401 | 106 | 66 |
| Binary | 1100110 | 110110 | 11011011 | 110101 | 1001011 | 0 | 1110 | 100000001 | 1000110 | 110110 |
Color Harmonies of #6636DB
Complementary color
Monochromatic Colors of #6636DB
Black with #6636DB
Text Example
Text Example
White with #6636DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6636DB; }
p { color: rgb(102,54,219); }
H1.HeaderClassName
{
color: #6636DB;
}
.AnyTagClassName
{
color: #6636DB;
}
</style>
background-color css
<style>
a { background-color: #6636DB; }
a { background-color: rgb(102,54,219); }
div.DivClassName
{
background-color: #6636DB;
}
.BgClassName
{
background-color: #6636DB;
}
</style>
border-color css
<style>
span { border-color: #6636DB; }
span { border-color: rgb(102,54,219); }
td.TdClassName
{
border-color: #6636DB;
}
.TagClassName
{
border-color: #6636DB;
}
</style>