Shades of Purple Heart #693ADC
Tints of Purple Heart #693ADC
RGB
CMYK
RGB Variations
Color information
#693ADC (or 0x693ADC) is known color: Purple Heart. HEX triplet: 69, 3A and DC. RGB value is (105,58,220). Sum of RGB (Red+Green+Blue) = 105+58+220=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #693ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693ADC is #96C523. Grayscale: #595959. Windows color (decimal): -9880868 or 14432873. OLE color: 14432873.
HSL color Cylindrical-coordinate representation of color #693ADC: hue angle of 257.41º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #693ADC is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 58 | 220 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.14 |
| HSL | 257.41º | 0.7% | 0.55% | - |
| HSV(B) | 257.41º | 0.74% | 0.86% | - |
| XYZ | 20.26 | 11.2 | 68.8 | - |
| YUV | 90.52 | 201.07 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 58 | 220 | 0.52 | 0.74 | 0 | 0.14 | 257.41 | 0.7 | 0.55 |
| Hex | 69 | 3A | DC | 34 | 4A | 0 | E | 101 | 46 | 37 |
| Octal | 151 | 72 | 334 | 64 | 112 | 0 | 16 | 401 | 106 | 67 |
| Binary | 1101001 | 111010 | 11011100 | 110100 | 1001010 | 0 | 1110 | 100000001 | 1000110 | 110111 |
Color Harmonies of #693ADC
Complementary color
Monochromatic Colors of #693ADC
Black with #693ADC
Text Example
Text Example
White with #693ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693ADC; }
p { color: rgb(105,58,220); }
H1.HeaderClassName
{
color: #693ADC;
}
.AnyTagClassName
{
color: #693ADC;
}
</style>
background-color css
<style>
a { background-color: #693ADC; }
a { background-color: rgb(105,58,220); }
div.DivClassName
{
background-color: #693ADC;
}
.BgClassName
{
background-color: #693ADC;
}
</style>
border-color css
<style>
span { border-color: #693ADC; }
span { border-color: rgb(105,58,220); }
td.TdClassName
{
border-color: #693ADC;
}
.TagClassName
{
border-color: #693ADC;
}
</style>