Shades of Purple Heart #690BD5
Tints of Purple Heart #690BD5
RGB
CMYK
RGB Variations
Color information
#690BD5 (or 0x690BD5) is known color: Purple Heart. HEX triplet: 69, 0B and D5. RGB value is (105,11,213). Sum of RGB (Red+Green+Blue) = 105+11+213=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 213 (83.59% from 255 or 64.74% from 329); Max value from RGB is 213 - color contains mainly: blue. Hex color #690BD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690BD5 is #96F42A. Grayscale: #3D3D3D. Windows color (decimal): -9892907 or 13962089. OLE color: 13962089.
HSL color Cylindrical-coordinate representation of color #690BD5: hue angle of 267.92º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690BD5 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 11 | 213 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.16 |
| HSL | 267.92º | 0.9% | 0.44% | - |
| HSV(B) | 267.92º | 0.95% | 0.84% | - |
| XYZ | 17.96 | 8.05 | 63.56 | - |
| YUV | 62.13 | 213.14 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 11 | 213 | 0.51 | 0.95 | 0 | 0.16 | 267.92 | 0.9 | 0.44 |
| Hex | 69 | B | D5 | 33 | 5F | 0 | 10 | 10C | 5A | 2C |
| Octal | 151 | 13 | 325 | 63 | 137 | 0 | 20 | 414 | 132 | 54 |
| Binary | 1101001 | 1011 | 11010101 | 110011 | 1011111 | 0 | 10000 | 100001100 | 1011010 | 101100 |
Color Harmonies of #690BD5
Complementary color
Monochromatic Colors of #690BD5
Black with #690BD5
Text Example
Text Example
White with #690BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690BD5; }
p { color: rgb(105,11,213); }
H1.HeaderClassName
{
color: #690BD5;
}
.AnyTagClassName
{
color: #690BD5;
}
</style>
background-color css
<style>
a { background-color: #690BD5; }
a { background-color: rgb(105,11,213); }
div.DivClassName
{
background-color: #690BD5;
}
.BgClassName
{
background-color: #690BD5;
}
</style>
border-color css
<style>
span { border-color: #690BD5; }
span { border-color: rgb(105,11,213); }
td.TdClassName
{
border-color: #690BD5;
}
.TagClassName
{
border-color: #690BD5;
}
</style>