Shades of Purple Heart #6935C1
Tints of Purple Heart #6935C1
RGB
CMYK
RGB Variations
Color information
#6935C1 (or 0x6935C1) is known color: Purple Heart. HEX triplet: 69, 35 and C1. RGB value is (105,53,193). Sum of RGB (Red+Green+Blue) = 105+53+193=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 193 (75.78% from 255 or 54.99% from 351); Max value from RGB is 193 - color contains mainly: blue. Hex color #6935C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6935C1 is #96CA3E. Grayscale: #545454. Windows color (decimal): -9882175 or 12662121. OLE color: 12662121.
HSL color Cylindrical-coordinate representation of color #6935C1: hue angle of 262.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6935C1 is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 53 | 193 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.24 |
| HSL | 262.29º | 0.57% | 0.48% | - |
| HSV(B) | 262.29º | 0.73% | 0.76% | - |
| XYZ | 16.72 | 9.4 | 51.38 | - |
| YUV | 84.51 | 189.23 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 53 | 193 | 0.46 | 0.73 | 0 | 0.24 | 262.29 | 0.57 | 0.48 |
| Hex | 69 | 35 | C1 | 2E | 49 | 0 | 18 | 106 | 39 | 30 |
| Octal | 151 | 65 | 301 | 56 | 111 | 0 | 30 | 406 | 71 | 60 |
| Binary | 1101001 | 110101 | 11000001 | 101110 | 1001001 | 0 | 11000 | 100000110 | 111001 | 110000 |
Color Harmonies of #6935C1
Complementary color
Monochromatic Colors of #6935C1
Black with #6935C1
Text Example
Text Example
White with #6935C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6935C1; }
p { color: rgb(105,53,193); }
H1.HeaderClassName
{
color: #6935C1;
}
.AnyTagClassName
{
color: #6935C1;
}
</style>
background-color css
<style>
a { background-color: #6935C1; }
a { background-color: rgb(105,53,193); }
div.DivClassName
{
background-color: #6935C1;
}
.BgClassName
{
background-color: #6935C1;
}
</style>
border-color css
<style>
span { border-color: #6935C1; }
span { border-color: rgb(105,53,193); }
td.TdClassName
{
border-color: #6935C1;
}
.TagClassName
{
border-color: #6935C1;
}
</style>