Shades of Purple Heart #690AC2
Tints of Purple Heart #690AC2
RGB
CMYK
RGB Variations
Color information
#690AC2 (or 0x690AC2) is known color: Purple Heart. HEX triplet: 69, 0A and C2. RGB value is (105,10,194). Sum of RGB (Red+Green+Blue) = 105+10+194=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 194 (76.17% from 255 or 62.78% from 309); Max value from RGB is 194 - color contains mainly: blue. Hex color #690AC2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690AC2 is #96F53D. Grayscale: #3A3A3A. Windows color (decimal): -9893182 or 12716649. OLE color: 12716649.
HSL color Cylindrical-coordinate representation of color #690AC2: hue angle of 270.98º 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 #690AC2 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 10 | 194 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.24 |
| HSL | 270.98º | 0.9% | 0.4% | - |
| HSV(B) | 270.98º | 0.95% | 0.76% | - |
| XYZ | 15.67 | 7.12 | 51.59 | - |
| YUV | 59.38 | 203.97 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 10 | 194 | 0.46 | 0.95 | 0 | 0.24 | 270.98 | 0.9 | 0.4 |
| Hex | 69 | A | C2 | 2E | 5F | 0 | 18 | 10F | 5A | 28 |
| Octal | 151 | 12 | 302 | 56 | 137 | 0 | 30 | 417 | 132 | 50 |
| Binary | 1101001 | 1010 | 11000010 | 101110 | 1011111 | 0 | 11000 | 100001111 | 1011010 | 101000 |
Color Harmonies of #690AC2
Complementary color
Monochromatic Colors of #690AC2
Black with #690AC2
Text Example
Text Example
White with #690AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690AC2; }
p { color: rgb(105,10,194); }
H1.HeaderClassName
{
color: #690AC2;
}
.AnyTagClassName
{
color: #690AC2;
}
</style>
background-color css
<style>
a { background-color: #690AC2; }
a { background-color: rgb(105,10,194); }
div.DivClassName
{
background-color: #690AC2;
}
.BgClassName
{
background-color: #690AC2;
}
</style>
border-color css
<style>
span { border-color: #690AC2; }
span { border-color: rgb(105,10,194); }
td.TdClassName
{
border-color: #690AC2;
}
.TagClassName
{
border-color: #690AC2;
}
</style>