Shades of Purple Heart #6832CA
Tints of Purple Heart #6832CA
RGB
CMYK
RGB Variations
Color information
#6832CA (or 0x6832CA) is known color: Purple Heart. HEX triplet: 68, 32 and CA. RGB value is (104,50,202). Sum of RGB (Red+Green+Blue) = 104+50+202=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #6832CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6832CA is #97CD35. Grayscale: #525252. Windows color (decimal): -9948470 or 13251176. OLE color: 13251176.
HSL color Cylindrical-coordinate representation of color #6832CA: hue angle of 261.32º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6832CA is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 50 | 202 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.21 |
| HSL | 261.32º | 0.6% | 0.49% | - |
| HSV(B) | 261.32º | 0.75% | 0.79% | - |
| XYZ | 17.51 | 9.49 | 56.79 | - |
| YUV | 83.47 | 194.89 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 50 | 202 | 0.49 | 0.75 | 0 | 0.21 | 261.32 | 0.6 | 0.49 |
| Hex | 68 | 32 | CA | 31 | 4B | 0 | 15 | 105 | 3C | 31 |
| Octal | 150 | 62 | 312 | 61 | 113 | 0 | 25 | 405 | 74 | 61 |
| Binary | 1101000 | 110010 | 11001010 | 110001 | 1001011 | 0 | 10101 | 100000101 | 111100 | 110001 |
Color Harmonies of #6832CA
Complementary color
Monochromatic Colors of #6832CA
Black with #6832CA
Text Example
Text Example
White with #6832CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6832CA; }
p { color: rgb(104,50,202); }
H1.HeaderClassName
{
color: #6832CA;
}
.AnyTagClassName
{
color: #6832CA;
}
</style>
background-color css
<style>
a { background-color: #6832CA; }
a { background-color: rgb(104,50,202); }
div.DivClassName
{
background-color: #6832CA;
}
.BgClassName
{
background-color: #6832CA;
}
</style>
border-color css
<style>
span { border-color: #6832CA; }
span { border-color: rgb(104,50,202); }
td.TdClassName
{
border-color: #6832CA;
}
.TagClassName
{
border-color: #6832CA;
}
</style>