Shades of Purple Heart #690AC1
Tints of Purple Heart #690AC1
RGB
CMYK
RGB Variations
Color information
#690AC1 (or 0x690AC1) is known color: Purple Heart. HEX triplet: 69, 0A and C1. RGB value is (105,10,193). Sum of RGB (Red+Green+Blue) = 105+10+193=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 193 (75.78% from 255 or 62.66% from 308); Max value from RGB is 193 - color contains mainly: blue. Hex color #690AC1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690AC1 is #96F53E. Grayscale: #3A3A3A. Windows color (decimal): -9893183 or 12651113. OLE color: 12651113.
HSL color Cylindrical-coordinate representation of color #690AC1: hue angle of 271.15º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690AC1 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 10 | 193 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.24 |
| HSL | 271.15º | 0.9% | 0.4% | - |
| HSV(B) | 271.15º | 0.95% | 0.76% | - |
| XYZ | 15.56 | 7.07 | 51 | - |
| YUV | 59.27 | 203.47 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 10 | 193 | 0.46 | 0.95 | 0 | 0.24 | 271.15 | 0.9 | 0.4 |
| Hex | 69 | A | C1 | 2E | 5F | 0 | 18 | 10F | 5A | 28 |
| Octal | 151 | 12 | 301 | 56 | 137 | 0 | 30 | 417 | 132 | 50 |
| Binary | 1101001 | 1010 | 11000001 | 101110 | 1011111 | 0 | 11000 | 100001111 | 1011010 | 101000 |
Color Harmonies of #690AC1
Complementary color
Monochromatic Colors of #690AC1
Black with #690AC1
Text Example
Text Example
White with #690AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690AC1; }
p { color: rgb(105,10,193); }
H1.HeaderClassName
{
color: #690AC1;
}
.AnyTagClassName
{
color: #690AC1;
}
</style>
background-color css
<style>
a { background-color: #690AC1; }
a { background-color: rgb(105,10,193); }
div.DivClassName
{
background-color: #690AC1;
}
.BgClassName
{
background-color: #690AC1;
}
</style>
border-color css
<style>
span { border-color: #690AC1; }
span { border-color: rgb(105,10,193); }
td.TdClassName
{
border-color: #690AC1;
}
.TagClassName
{
border-color: #690AC1;
}
</style>