Shades of Purple Heart #690CC2
Tints of Purple Heart #690CC2
RGB
CMYK
RGB Variations
Color information
#690CC2 (or 0x690CC2) is known color: Purple Heart. HEX triplet: 69, 0C and C2. RGB value is (105,12,194). Sum of RGB (Red+Green+Blue) = 105+12+194=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 194 (76.17% from 255 or 62.38% from 311); Max value from RGB is 194 - color contains mainly: blue. Hex color #690CC2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690CC2 is #96F33D. Grayscale: #3B3B3B. Windows color (decimal): -9892670 or 12717161. OLE color: 12717161.
HSL color Cylindrical-coordinate representation of color #690CC2: hue angle of 270.66º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690CC2 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 12 | 194 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.24 |
| HSL | 270.66º | 0.88% | 0.4% | - |
| HSV(B) | 270.66º | 0.94% | 0.76% | - |
| XYZ | 15.69 | 7.16 | 51.59 | - |
| YUV | 60.56 | 203.31 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 12 | 194 | 0.46 | 0.94 | 0 | 0.24 | 270.66 | 0.88 | 0.4 |
| Hex | 69 | C | C2 | 2E | 5E | 0 | 18 | 10F | 58 | 28 |
| Octal | 151 | 14 | 302 | 56 | 136 | 0 | 30 | 417 | 130 | 50 |
| Binary | 1101001 | 1100 | 11000010 | 101110 | 1011110 | 0 | 11000 | 100001111 | 1011000 | 101000 |
Color Harmonies of #690CC2
Complementary color
Monochromatic Colors of #690CC2
Black with #690CC2
Text Example
Text Example
White with #690CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690CC2; }
p { color: rgb(105,12,194); }
H1.HeaderClassName
{
color: #690CC2;
}
.AnyTagClassName
{
color: #690CC2;
}
</style>
background-color css
<style>
a { background-color: #690CC2; }
a { background-color: rgb(105,12,194); }
div.DivClassName
{
background-color: #690CC2;
}
.BgClassName
{
background-color: #690CC2;
}
</style>
border-color css
<style>
span { border-color: #690CC2; }
span { border-color: rgb(105,12,194); }
td.TdClassName
{
border-color: #690CC2;
}
.TagClassName
{
border-color: #690CC2;
}
</style>