Shades of Purple Heart #6835CA
Tints of Purple Heart #6835CA
RGB
CMYK
RGB Variations
Color information
#6835CA (or 0x6835CA) is known color: Purple Heart. HEX triplet: 68, 35 and CA. RGB value is (104,53,202). Sum of RGB (Red+Green+Blue) = 104+53+202=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #6835CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6835CA is #97CA35. Grayscale: #545454. Windows color (decimal): -9947702 or 13251944. OLE color: 13251944.
HSL color Cylindrical-coordinate representation of color #6835CA: hue angle of 260.54º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6835CA is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 53 | 202 | - |
| CMYK | 0.49 | 0.74 | 0 | 0.21 |
| HSL | 260.54º | 0.58% | 0.5% | - |
| HSV(B) | 260.54º | 0.74% | 0.79% | - |
| XYZ | 17.64 | 9.75 | 56.83 | - |
| YUV | 85.24 | 193.9 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 53 | 202 | 0.49 | 0.74 | 0 | 0.21 | 260.54 | 0.58 | 0.5 |
| Hex | 68 | 35 | CA | 31 | 4A | 0 | 15 | 105 | 3A | 32 |
| Octal | 150 | 65 | 312 | 61 | 112 | 0 | 25 | 405 | 72 | 62 |
| Binary | 1101000 | 110101 | 11001010 | 110001 | 1001010 | 0 | 10101 | 100000101 | 111010 | 110010 |
Color Harmonies of #6835CA
Complementary color
Monochromatic Colors of #6835CA
Black with #6835CA
Text Example
Text Example
White with #6835CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6835CA; }
p { color: rgb(104,53,202); }
H1.HeaderClassName
{
color: #6835CA;
}
.AnyTagClassName
{
color: #6835CA;
}
</style>
background-color css
<style>
a { background-color: #6835CA; }
a { background-color: rgb(104,53,202); }
div.DivClassName
{
background-color: #6835CA;
}
.BgClassName
{
background-color: #6835CA;
}
</style>
border-color css
<style>
span { border-color: #6835CA; }
span { border-color: rgb(104,53,202); }
td.TdClassName
{
border-color: #6835CA;
}
.TagClassName
{
border-color: #6835CA;
}
</style>