Shades of Purple Heart #691DCB
Tints of Purple Heart #691DCB
RGB
CMYK
RGB Variations
Color information
#691DCB (or 0x691DCB) is known color: Purple Heart. HEX triplet: 69, 1D and CB. RGB value is (105,29,203). Sum of RGB (Red+Green+Blue) = 105+29+203=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #691DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691DCB is #96E234. Grayscale: #464646. Windows color (decimal): -9888309 or 13311337. OLE color: 13311337.
HSL color Cylindrical-coordinate representation of color #691DCB: hue angle of 266.21º degrees, saturation: 0.75, 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 #691DCB is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 29 | 203 | - |
| CMYK | 0.48 | 0.86 | 0 | 0.20 |
| HSL | 266.21º | 0.75% | 0.45% | - |
| HSV(B) | 266.21º | 0.86% | 0.8% | - |
| XYZ | 17.04 | 8.19 | 57.18 | - |
| YUV | 71.56 | 202.18 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 29 | 203 | 0.48 | 0.86 | 0 | 0.20 | 266.21 | 0.75 | 0.45 |
| Hex | 69 | 1D | CB | 30 | 56 | 0 | 14 | 10A | 4B | 2D |
| Octal | 151 | 35 | 313 | 60 | 126 | 0 | 24 | 412 | 113 | 55 |
| Binary | 1101001 | 11101 | 11001011 | 110000 | 1010110 | 0 | 10100 | 100001010 | 1001011 | 101101 |
Color Harmonies of #691DCB
Complementary color
Monochromatic Colors of #691DCB
Black with #691DCB
Text Example
Text Example
White with #691DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691DCB; }
p { color: rgb(105,29,203); }
H1.HeaderClassName
{
color: #691DCB;
}
.AnyTagClassName
{
color: #691DCB;
}
</style>
background-color css
<style>
a { background-color: #691DCB; }
a { background-color: rgb(105,29,203); }
div.DivClassName
{
background-color: #691DCB;
}
.BgClassName
{
background-color: #691DCB;
}
</style>
border-color css
<style>
span { border-color: #691DCB; }
span { border-color: rgb(105,29,203); }
td.TdClassName
{
border-color: #691DCB;
}
.TagClassName
{
border-color: #691DCB;
}
</style>