Shades of Purple Heart #6941CA
Tints of Purple Heart #6941CA
RGB
CMYK
RGB Variations
Color information
#6941CA (or 0x6941CA) is known color: Purple Heart. HEX triplet: 69, 41 and CA. RGB value is (105,65,202). Sum of RGB (Red+Green+Blue) = 105+65+202=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #6941CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6941CA is #96BE35. Grayscale: #5C5C5C. Windows color (decimal): -9879094 or 13255017. OLE color: 13255017.
HSL color Cylindrical-coordinate representation of color #6941CA: hue angle of 257.52º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6941CA is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 105 | 65 | 202 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.21 |
| HSL | 257.52º | 0.56% | 0.52% | - |
| HSV(B) | 257.52º | 0.68% | 0.79% | - |
| XYZ | 18.38 | 11.05 | 57.04 | - |
| YUV | 92.58 | 189.75 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 65 | 202 | 0.48 | 0.68 | 0 | 0.21 | 257.52 | 0.56 | 0.52 |
| Hex | 69 | 41 | CA | 30 | 44 | 0 | 15 | 102 | 38 | 34 |
| Octal | 151 | 101 | 312 | 60 | 104 | 0 | 25 | 402 | 70 | 64 |
| Binary | 1101001 | 1000001 | 11001010 | 110000 | 1000100 | 0 | 10101 | 100000010 | 111000 | 110100 |
Color Harmonies of #6941CA
Complementary color
Monochromatic Colors of #6941CA
Black with #6941CA
Text Example
Text Example
White with #6941CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6941CA; }
p { color: rgb(105,65,202); }
H1.HeaderClassName
{
color: #6941CA;
}
.AnyTagClassName
{
color: #6941CA;
}
</style>
background-color css
<style>
a { background-color: #6941CA; }
a { background-color: rgb(105,65,202); }
div.DivClassName
{
background-color: #6941CA;
}
.BgClassName
{
background-color: #6941CA;
}
</style>
border-color css
<style>
span { border-color: #6941CA; }
span { border-color: rgb(105,65,202); }
td.TdClassName
{
border-color: #6941CA;
}
.TagClassName
{
border-color: #6941CA;
}
</style>