Shades of Purple Heart #693AD1
Tints of Purple Heart #693AD1
RGB
CMYK
RGB Variations
Color information
#693AD1 (or 0x693AD1) is known color: Purple Heart. HEX triplet: 69, 3A and D1. RGB value is (105,58,209). Sum of RGB (Red+Green+Blue) = 105+58+209=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 58 (23.05% from 255 or 15.59% from 372); Blue value is 209 (82.03% from 255 or 56.18% from 372); Max value from RGB is 209 - color contains mainly: blue. Hex color #693AD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693AD1 is #96C52E. Grayscale: #585858. Windows color (decimal): -9880879 or 13711977. OLE color: 13711977.
HSL color Cylindrical-coordinate representation of color #693AD1: hue angle of 258.68º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #693AD1 is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 58 | 209 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.18 |
| HSL | 258.68º | 0.62% | 0.52% | - |
| HSV(B) | 258.68º | 0.72% | 0.82% | - |
| XYZ | 18.85 | 10.63 | 61.38 | - |
| YUV | 89.27 | 195.57 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 58 | 209 | 0.50 | 0.72 | 0 | 0.18 | 258.68 | 0.62 | 0.52 |
| Hex | 69 | 3A | D1 | 32 | 48 | 0 | 12 | 103 | 3E | 34 |
| Octal | 151 | 72 | 321 | 62 | 110 | 0 | 22 | 403 | 76 | 64 |
| Binary | 1101001 | 111010 | 11010001 | 110010 | 1001000 | 0 | 10010 | 100000011 | 111110 | 110100 |
Color Harmonies of #693AD1
Complementary color
Monochromatic Colors of #693AD1
Black with #693AD1
Text Example
Text Example
White with #693AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693AD1; }
p { color: rgb(105,58,209); }
H1.HeaderClassName
{
color: #693AD1;
}
.AnyTagClassName
{
color: #693AD1;
}
</style>
background-color css
<style>
a { background-color: #693AD1; }
a { background-color: rgb(105,58,209); }
div.DivClassName
{
background-color: #693AD1;
}
.BgClassName
{
background-color: #693AD1;
}
</style>
border-color css
<style>
span { border-color: #693AD1; }
span { border-color: rgb(105,58,209); }
td.TdClassName
{
border-color: #693AD1;
}
.TagClassName
{
border-color: #693AD1;
}
</style>