Shades of Purple Heart #691BD2
Tints of Purple Heart #691BD2
RGB
CMYK
RGB Variations
Color information
#691BD2 (or 0x691BD2) is known color: Purple Heart. HEX triplet: 69, 1B and D2. RGB value is (105,27,210). Sum of RGB (Red+Green+Blue) = 105+27+210=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 210 (82.42% from 255 or 61.40% from 342); Max value from RGB is 210 - color contains mainly: blue. Hex color #691BD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691BD2 is #96E42D. Grayscale: #464646. Windows color (decimal): -9888814 or 13769577. OLE color: 13769577.
HSL color Cylindrical-coordinate representation of color #691BD2: hue angle of 265.57º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #691BD2 is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 27 | 210 | - |
| CMYK | 0.50 | 0.87 | 0 | 0.18 |
| HSL | 265.57º | 0.77% | 0.46% | - |
| HSV(B) | 265.57º | 0.87% | 0.82% | - |
| XYZ | 17.85 | 8.44 | 61.66 | - |
| YUV | 71.18 | 206.34 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 27 | 210 | 0.50 | 0.87 | 0 | 0.18 | 265.57 | 0.77 | 0.46 |
| Hex | 69 | 1B | D2 | 32 | 57 | 0 | 12 | 10A | 4D | 2E |
| Octal | 151 | 33 | 322 | 62 | 127 | 0 | 22 | 412 | 115 | 56 |
| Binary | 1101001 | 11011 | 11010010 | 110010 | 1010111 | 0 | 10010 | 100001010 | 1001101 | 101110 |
Color Harmonies of #691BD2
Complementary color
Monochromatic Colors of #691BD2
Black with #691BD2
Text Example
Text Example
White with #691BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691BD2; }
p { color: rgb(105,27,210); }
H1.HeaderClassName
{
color: #691BD2;
}
.AnyTagClassName
{
color: #691BD2;
}
</style>
background-color css
<style>
a { background-color: #691BD2; }
a { background-color: rgb(105,27,210); }
div.DivClassName
{
background-color: #691BD2;
}
.BgClassName
{
background-color: #691BD2;
}
</style>
border-color css
<style>
span { border-color: #691BD2; }
span { border-color: rgb(105,27,210); }
td.TdClassName
{
border-color: #691BD2;
}
.TagClassName
{
border-color: #691BD2;
}
</style>