Shades of Purple Heart #693DB5
Tints of Purple Heart #693DB5
RGB
CMYK
RGB Variations
Color information
#693DB5 (or 0x693DB5) is known color: Purple Heart. HEX triplet: 69, 3D and B5. RGB value is (105,61,181). Sum of RGB (Red+Green+Blue) = 105+61+181=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 181 (71.09% from 255 or 52.16% from 347); Max value from RGB is 181 - color contains mainly: blue. Hex color #693DB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693DB5 is #96C24A. Grayscale: #575757. Windows color (decimal): -9880139 or 11877737. OLE color: 11877737.
HSL color Cylindrical-coordinate representation of color #693DB5: hue angle of 262º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #693DB5 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 61 | 181 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.29 |
| HSL | 262º | 0.5% | 0.47% | - |
| HSV(B) | 262º | 0.66% | 0.71% | - |
| XYZ | 15.83 | 9.68 | 44.75 | - |
| YUV | 87.84 | 180.58 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 61 | 181 | 0.42 | 0.66 | 0 | 0.29 | 262 | 0.5 | 0.47 |
| Hex | 69 | 3D | B5 | 2A | 42 | 0 | 1D | 106 | 32 | 2F |
| Octal | 151 | 75 | 265 | 52 | 102 | 0 | 35 | 406 | 62 | 57 |
| Binary | 1101001 | 111101 | 10110101 | 101010 | 1000010 | 0 | 11101 | 100000110 | 110010 | 101111 |
Color Harmonies of #693DB5
Complementary color
Monochromatic Colors of #693DB5
Black with #693DB5
Text Example
Text Example
White with #693DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693DB5; }
p { color: rgb(105,61,181); }
H1.HeaderClassName
{
color: #693DB5;
}
.AnyTagClassName
{
color: #693DB5;
}
</style>
background-color css
<style>
a { background-color: #693DB5; }
a { background-color: rgb(105,61,181); }
div.DivClassName
{
background-color: #693DB5;
}
.BgClassName
{
background-color: #693DB5;
}
</style>
border-color css
<style>
span { border-color: #693DB5; }
span { border-color: rgb(105,61,181); }
td.TdClassName
{
border-color: #693DB5;
}
.TagClassName
{
border-color: #693DB5;
}
</style>