Shades of Purple Heart #693DC0
Tints of Purple Heart #693DC0
RGB
CMYK
RGB Variations
Color information
#693DC0 (or 0x693DC0) is known color: Purple Heart. HEX triplet: 69, 3D and C0. RGB value is (105,61,192). Sum of RGB (Red+Green+Blue) = 105+61+192=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 192 (75.39% from 255 or 53.63% from 358); Max value from RGB is 192 - color contains mainly: blue. Hex color #693DC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693DC0 is #96C23F. Grayscale: #585858. Windows color (decimal): -9880128 or 12598633. OLE color: 12598633.
HSL color Cylindrical-coordinate representation of color #693DC0: hue angle of 260.15º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #693DC0 is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 61 | 192 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.25 |
| HSL | 260.15º | 0.52% | 0.5% | - |
| HSV(B) | 260.15º | 0.68% | 0.75% | - |
| XYZ | 17.01 | 10.15 | 50.93 | - |
| YUV | 89.09 | 186.08 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 61 | 192 | 0.45 | 0.68 | 0 | 0.25 | 260.15 | 0.52 | 0.5 |
| Hex | 69 | 3D | C0 | 2D | 44 | 0 | 19 | 104 | 34 | 32 |
| Octal | 151 | 75 | 300 | 55 | 104 | 0 | 31 | 404 | 64 | 62 |
| Binary | 1101001 | 111101 | 11000000 | 101101 | 1000100 | 0 | 11001 | 100000100 | 110100 | 110010 |
Color Harmonies of #693DC0
Complementary color
Monochromatic Colors of #693DC0
Black with #693DC0
Text Example
Text Example
White with #693DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693DC0; }
p { color: rgb(105,61,192); }
H1.HeaderClassName
{
color: #693DC0;
}
.AnyTagClassName
{
color: #693DC0;
}
</style>
background-color css
<style>
a { background-color: #693DC0; }
a { background-color: rgb(105,61,192); }
div.DivClassName
{
background-color: #693DC0;
}
.BgClassName
{
background-color: #693DC0;
}
</style>
border-color css
<style>
span { border-color: #693DC0; }
span { border-color: rgb(105,61,192); }
td.TdClassName
{
border-color: #693DC0;
}
.TagClassName
{
border-color: #693DC0;
}
</style>