Shades of Purple Heart #6829CB
Tints of Purple Heart #6829CB
RGB
CMYK
RGB Variations
Color information
#6829CB (or 0x6829CB) is known color: Purple Heart. HEX triplet: 68, 29 and CB. RGB value is (104,41,203). Sum of RGB (Red+Green+Blue) = 104+41+203=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #6829CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6829CB is #97D634. Grayscale: #4D4D4D. Windows color (decimal): -9950773 or 13314408. OLE color: 13314408.
HSL color Cylindrical-coordinate representation of color #6829CB: hue angle of 263.33º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6829CB is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 41 | 203 | - |
| CMYK | 0.49 | 0.80 | 0 | 0.20 |
| HSL | 263.33º | 0.66% | 0.48% | - |
| HSV(B) | 263.33º | 0.8% | 0.8% | - |
| XYZ | 17.28 | 8.84 | 57.3 | - |
| YUV | 78.31 | 198.37 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 203 | 0.49 | 0.80 | 0 | 0.20 | 263.33 | 0.66 | 0.48 |
| Hex | 68 | 29 | CB | 31 | 50 | 0 | 14 | 107 | 42 | 30 |
| Octal | 150 | 51 | 313 | 61 | 120 | 0 | 24 | 407 | 102 | 60 |
| Binary | 1101000 | 101001 | 11001011 | 110001 | 1010000 | 0 | 10100 | 100000111 | 1000010 | 110000 |
Color Harmonies of #6829CB
Complementary color
Monochromatic Colors of #6829CB
Black with #6829CB
Text Example
Text Example
White with #6829CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6829CB; }
p { color: rgb(104,41,203); }
H1.HeaderClassName
{
color: #6829CB;
}
.AnyTagClassName
{
color: #6829CB;
}
</style>
background-color css
<style>
a { background-color: #6829CB; }
a { background-color: rgb(104,41,203); }
div.DivClassName
{
background-color: #6829CB;
}
.BgClassName
{
background-color: #6829CB;
}
</style>
border-color css
<style>
span { border-color: #6829CB; }
span { border-color: rgb(104,41,203); }
td.TdClassName
{
border-color: #6829CB;
}
.TagClassName
{
border-color: #6829CB;
}
</style>