Shades of Purple Heart #6830C7
Tints of Purple Heart #6830C7
RGB
CMYK
RGB Variations
Color information
#6830C7 (or 0x6830C7) is known color: Purple Heart. HEX triplet: 68, 30 and C7. RGB value is (104,48,199). Sum of RGB (Red+Green+Blue) = 104+48+199=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 199 (78.12% from 255 or 56.70% from 351); Max value from RGB is 199 - color contains mainly: blue. Hex color #6830C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6830C7 is #97CF38. Grayscale: #515151. Windows color (decimal): -9948985 or 13054056. OLE color: 13054056.
HSL color Cylindrical-coordinate representation of color #6830C7: hue angle of 262.25º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6830C7 is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 48 | 199 | - |
| CMYK | 0.48 | 0.76 | 0 | 0.22 |
| HSL | 262.25º | 0.61% | 0.48% | - |
| HSV(B) | 262.25º | 0.76% | 0.78% | - |
| XYZ | 17.07 | 9.18 | 54.9 | - |
| YUV | 81.96 | 194.05 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 48 | 199 | 0.48 | 0.76 | 0 | 0.22 | 262.25 | 0.61 | 0.48 |
| Hex | 68 | 30 | C7 | 30 | 4C | 0 | 16 | 106 | 3D | 30 |
| Octal | 150 | 60 | 307 | 60 | 114 | 0 | 26 | 406 | 75 | 60 |
| Binary | 1101000 | 110000 | 11000111 | 110000 | 1001100 | 0 | 10110 | 100000110 | 111101 | 110000 |
Color Harmonies of #6830C7
Complementary color
Monochromatic Colors of #6830C7
Black with #6830C7
Text Example
Text Example
White with #6830C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6830C7; }
p { color: rgb(104,48,199); }
H1.HeaderClassName
{
color: #6830C7;
}
.AnyTagClassName
{
color: #6830C7;
}
</style>
background-color css
<style>
a { background-color: #6830C7; }
a { background-color: rgb(104,48,199); }
div.DivClassName
{
background-color: #6830C7;
}
.BgClassName
{
background-color: #6830C7;
}
</style>
border-color css
<style>
span { border-color: #6830C7; }
span { border-color: rgb(104,48,199); }
td.TdClassName
{
border-color: #6830C7;
}
.TagClassName
{
border-color: #6830C7;
}
</style>