Shades of Purple Heart #6830CF
Tints of Purple Heart #6830CF
RGB
CMYK
RGB Variations
Color information
#6830CF (or 0x6830CF) is known color: Purple Heart. HEX triplet: 68, 30 and CF. RGB value is (104,48,207). Sum of RGB (Red+Green+Blue) = 104+48+207=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #6830CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6830CF is #97CF30. Grayscale: #525252. Windows color (decimal): -9948977 or 13578344. OLE color: 13578344.
HSL color Cylindrical-coordinate representation of color #6830CF: hue angle of 261.13º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6830CF is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 48 | 207 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.19 |
| HSL | 261.13º | 0.62% | 0.5% | - |
| HSV(B) | 261.13º | 0.77% | 0.81% | - |
| XYZ | 18.03 | 9.56 | 59.93 | - |
| YUV | 82.87 | 198.05 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 48 | 207 | 0.50 | 0.77 | 0 | 0.19 | 261.13 | 0.62 | 0.5 |
| Hex | 68 | 30 | CF | 32 | 4D | 0 | 13 | 105 | 3E | 32 |
| Octal | 150 | 60 | 317 | 62 | 115 | 0 | 23 | 405 | 76 | 62 |
| Binary | 1101000 | 110000 | 11001111 | 110010 | 1001101 | 0 | 10011 | 100000101 | 111110 | 110010 |
Color Harmonies of #6830CF
Complementary color
Monochromatic Colors of #6830CF
Black with #6830CF
Text Example
Text Example
White with #6830CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6830CF; }
p { color: rgb(104,48,207); }
H1.HeaderClassName
{
color: #6830CF;
}
.AnyTagClassName
{
color: #6830CF;
}
</style>
background-color css
<style>
a { background-color: #6830CF; }
a { background-color: rgb(104,48,207); }
div.DivClassName
{
background-color: #6830CF;
}
.BgClassName
{
background-color: #6830CF;
}
</style>
border-color css
<style>
span { border-color: #6830CF; }
span { border-color: rgb(104,48,207); }
td.TdClassName
{
border-color: #6830CF;
}
.TagClassName
{
border-color: #6830CF;
}
</style>