Shades of Purple Heart #691CCC
Tints of Purple Heart #691CCC
RGB
CMYK
RGB Variations
Color information
#691CCC (or 0x691CCC) is known color: Purple Heart. HEX triplet: 69, 1C and CC. RGB value is (105,28,204). Sum of RGB (Red+Green+Blue) = 105+28+204=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #691CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691CCC is #96E333. Grayscale: #464646. Windows color (decimal): -9888564 or 13376617. OLE color: 13376617.
HSL color Cylindrical-coordinate representation of color #691CCC: hue angle of 266.25º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #691CCC is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 28 | 204 | - |
| CMYK | 0.49 | 0.86 | 0 | 0.2 |
| HSL | 266.25º | 0.76% | 0.45% | - |
| HSV(B) | 266.25º | 0.86% | 0.8% | - |
| XYZ | 17.14 | 8.19 | 57.8 | - |
| YUV | 71.09 | 203.01 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 28 | 204 | 0.49 | 0.86 | 0 | 0.2 | 266.25 | 0.76 | 0.45 |
| Hex | 69 | 1C | CC | 31 | 56 | 0 | 14 | 10A | 4C | 2D |
| Octal | 151 | 34 | 314 | 61 | 126 | 0 | 24 | 412 | 114 | 55 |
| Binary | 1101001 | 11100 | 11001100 | 110001 | 1010110 | 0 | 10100 | 100001010 | 1001100 | 101101 |
Color Harmonies of #691CCC
Complementary color
Monochromatic Colors of #691CCC
Black with #691CCC
Text Example
Text Example
White with #691CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691CCC; }
p { color: rgb(105,28,204); }
H1.HeaderClassName
{
color: #691CCC;
}
.AnyTagClassName
{
color: #691CCC;
}
</style>
background-color css
<style>
a { background-color: #691CCC; }
a { background-color: rgb(105,28,204); }
div.DivClassName
{
background-color: #691CCC;
}
.BgClassName
{
background-color: #691CCC;
}
</style>
border-color css
<style>
span { border-color: #691CCC; }
span { border-color: rgb(105,28,204); }
td.TdClassName
{
border-color: #691CCC;
}
.TagClassName
{
border-color: #691CCC;
}
</style>