Shades of Purple Heart #6830D4
Tints of Purple Heart #6830D4
RGB
CMYK
RGB Variations
Color information
#6830D4 (or 0x6830D4) is known color: Purple Heart. HEX triplet: 68, 30 and D4. RGB value is (104,48,212). Sum of RGB (Red+Green+Blue) = 104+48+212=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 212 (83.20% from 255 or 58.24% from 364); Max value from RGB is 212 - color contains mainly: blue. Hex color #6830D4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6830D4 is #97CF2B. Grayscale: #525252. Windows color (decimal): -9948972 or 13906024. OLE color: 13906024.
HSL color Cylindrical-coordinate representation of color #6830D4: hue angle of 260.49º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6830D4 is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 48 | 212 | - |
| CMYK | 0.51 | 0.77 | 0 | 0.17 |
| HSL | 260.49º | 0.66% | 0.51% | - |
| HSV(B) | 260.49º | 0.77% | 0.83% | - |
| XYZ | 18.65 | 9.81 | 63.2 | - |
| YUV | 83.44 | 200.55 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 48 | 212 | 0.51 | 0.77 | 0 | 0.17 | 260.49 | 0.66 | 0.51 |
| Hex | 68 | 30 | D4 | 33 | 4D | 0 | 11 | 104 | 42 | 33 |
| Octal | 150 | 60 | 324 | 63 | 115 | 0 | 21 | 404 | 102 | 63 |
| Binary | 1101000 | 110000 | 11010100 | 110011 | 1001101 | 0 | 10001 | 100000100 | 1000010 | 110011 |
Color Harmonies of #6830D4
Complementary color
Monochromatic Colors of #6830D4
Black with #6830D4
Text Example
Text Example
White with #6830D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6830D4; }
p { color: rgb(104,48,212); }
H1.HeaderClassName
{
color: #6830D4;
}
.AnyTagClassName
{
color: #6830D4;
}
</style>
background-color css
<style>
a { background-color: #6830D4; }
a { background-color: rgb(104,48,212); }
div.DivClassName
{
background-color: #6830D4;
}
.BgClassName
{
background-color: #6830D4;
}
</style>
border-color css
<style>
span { border-color: #6830D4; }
span { border-color: rgb(104,48,212); }
td.TdClassName
{
border-color: #6830D4;
}
.TagClassName
{
border-color: #6830D4;
}
</style>