Shades of Purple Heart #691ADC
Tints of Purple Heart #691ADC
RGB
CMYK
RGB Variations
Color information
#691ADC (or 0x691ADC) is known color: Purple Heart. HEX triplet: 69, 1A and DC. RGB value is (105,26,220). Sum of RGB (Red+Green+Blue) = 105+26+220=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #691ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691ADC is #96E523. Grayscale: #474747. Windows color (decimal): -9889060 or 14424681. OLE color: 14424681.
HSL color Cylindrical-coordinate representation of color #691ADC: hue angle of 264.43º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #691ADC is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 26 | 220 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.14 |
| HSL | 264.43º | 0.79% | 0.48% | - |
| HSV(B) | 264.43º | 0.88% | 0.86% | - |
| XYZ | 19.11 | 8.91 | 68.42 | - |
| YUV | 71.74 | 211.67 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 26 | 220 | 0.52 | 0.88 | 0 | 0.14 | 264.43 | 0.79 | 0.48 |
| Hex | 69 | 1A | DC | 34 | 58 | 0 | E | 108 | 4F | 30 |
| Octal | 151 | 32 | 334 | 64 | 130 | 0 | 16 | 410 | 117 | 60 |
| Binary | 1101001 | 11010 | 11011100 | 110100 | 1011000 | 0 | 1110 | 100001000 | 1001111 | 110000 |
Color Harmonies of #691ADC
Complementary color
Monochromatic Colors of #691ADC
Black with #691ADC
Text Example
Text Example
White with #691ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691ADC; }
p { color: rgb(105,26,220); }
H1.HeaderClassName
{
color: #691ADC;
}
.AnyTagClassName
{
color: #691ADC;
}
</style>
background-color css
<style>
a { background-color: #691ADC; }
a { background-color: rgb(105,26,220); }
div.DivClassName
{
background-color: #691ADC;
}
.BgClassName
{
background-color: #691ADC;
}
</style>
border-color css
<style>
span { border-color: #691ADC; }
span { border-color: rgb(105,26,220); }
td.TdClassName
{
border-color: #691ADC;
}
.TagClassName
{
border-color: #691ADC;
}
</style>