Shades of Purple Heart #6731CA
Tints of Purple Heart #6731CA
RGB
CMYK
RGB Variations
Color information
#6731CA (or 0x6731CA) is known color: Purple Heart. HEX triplet: 67, 31 and CA. RGB value is (103,49,202). Sum of RGB (Red+Green+Blue) = 103+49+202=354 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.10% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #6731CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6731CA is #98CE35. Grayscale: #525252. Windows color (decimal): -10014262 or 13250919. OLE color: 13250919.
HSL color Cylindrical-coordinate representation of color #6731CA: hue angle of 261.18º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6731CA is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 103 | 49 | 202 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.21 |
| HSL | 261.18º | 0.61% | 0.49% | - |
| HSV(B) | 261.18º | 0.76% | 0.79% | - |
| XYZ | 17.35 | 9.34 | 56.77 | - |
| YUV | 82.59 | 195.39 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 49 | 202 | 0.49 | 0.76 | 0 | 0.21 | 261.18 | 0.61 | 0.49 |
| Hex | 67 | 31 | CA | 31 | 4C | 0 | 15 | 105 | 3D | 31 |
| Octal | 147 | 61 | 312 | 61 | 114 | 0 | 25 | 405 | 75 | 61 |
| Binary | 1100111 | 110001 | 11001010 | 110001 | 1001100 | 0 | 10101 | 100000101 | 111101 | 110001 |
Color Harmonies of #6731CA
Complementary color
Monochromatic Colors of #6731CA
Black with #6731CA
Text Example
Text Example
White with #6731CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6731CA; }
p { color: rgb(103,49,202); }
H1.HeaderClassName
{
color: #6731CA;
}
.AnyTagClassName
{
color: #6731CA;
}
</style>
background-color css
<style>
a { background-color: #6731CA; }
a { background-color: rgb(103,49,202); }
div.DivClassName
{
background-color: #6731CA;
}
.BgClassName
{
background-color: #6731CA;
}
</style>
border-color css
<style>
span { border-color: #6731CA; }
span { border-color: rgb(103,49,202); }
td.TdClassName
{
border-color: #6731CA;
}
.TagClassName
{
border-color: #6731CA;
}
</style>