Shades of Purple Heart #693BD2
Tints of Purple Heart #693BD2
RGB
CMYK
RGB Variations
Color information
#693BD2 (or 0x693BD2) is known color: Purple Heart. HEX triplet: 69, 3B and D2. RGB value is (105,59,210). Sum of RGB (Red+Green+Blue) = 105+59+210=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 210 (82.42% from 255 or 56.15% from 374); Max value from RGB is 210 - color contains mainly: blue. Hex color #693BD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693BD2 is #96C42D. Grayscale: #595959. Windows color (decimal): -9880622 or 13777769. OLE color: 13777769.
HSL color Cylindrical-coordinate representation of color #693BD2: hue angle of 258.28º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #693BD2 is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 59 | 210 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.18 |
| HSL | 258.28º | 0.63% | 0.53% | - |
| HSV(B) | 258.28º | 0.72% | 0.82% | - |
| XYZ | 19.02 | 10.78 | 62.05 | - |
| YUV | 89.97 | 195.74 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 59 | 210 | 0.50 | 0.72 | 0 | 0.18 | 258.28 | 0.63 | 0.53 |
| Hex | 69 | 3B | D2 | 32 | 48 | 0 | 12 | 102 | 3F | 35 |
| Octal | 151 | 73 | 322 | 62 | 110 | 0 | 22 | 402 | 77 | 65 |
| Binary | 1101001 | 111011 | 11010010 | 110010 | 1001000 | 0 | 10010 | 100000010 | 111111 | 110101 |
Color Harmonies of #693BD2
Complementary color
Monochromatic Colors of #693BD2
Black with #693BD2
Text Example
Text Example
White with #693BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693BD2; }
p { color: rgb(105,59,210); }
H1.HeaderClassName
{
color: #693BD2;
}
.AnyTagClassName
{
color: #693BD2;
}
</style>
background-color css
<style>
a { background-color: #693BD2; }
a { background-color: rgb(105,59,210); }
div.DivClassName
{
background-color: #693BD2;
}
.BgClassName
{
background-color: #693BD2;
}
</style>
border-color css
<style>
span { border-color: #693BD2; }
span { border-color: rgb(105,59,210); }
td.TdClassName
{
border-color: #693BD2;
}
.TagClassName
{
border-color: #693BD2;
}
</style>