Shades of Purple Heart #693BC0
Tints of Purple Heart #693BC0
RGB
CMYK
RGB Variations
Color information
#693BC0 (or 0x693BC0) is known color: Purple Heart. HEX triplet: 69, 3B and C0. RGB value is (105,59,192). Sum of RGB (Red+Green+Blue) = 105+59+192=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 59 (23.44% from 255 or 16.57% from 356); Blue value is 192 (75.39% from 255 or 53.93% from 356); Max value from RGB is 192 - color contains mainly: blue. Hex color #693BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693BC0 is #96C43F. Grayscale: #575757. Windows color (decimal): -9880640 or 12598121. OLE color: 12598121.
HSL color Cylindrical-coordinate representation of color #693BC0: hue angle of 260.75º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #693BC0 is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 59 | 192 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.25 |
| HSL | 260.75º | 0.53% | 0.49% | - |
| HSV(B) | 260.75º | 0.69% | 0.75% | - |
| XYZ | 16.9 | 9.94 | 50.9 | - |
| YUV | 87.92 | 186.74 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 59 | 192 | 0.45 | 0.69 | 0 | 0.25 | 260.75 | 0.53 | 0.49 |
| Hex | 69 | 3B | C0 | 2D | 45 | 0 | 19 | 105 | 35 | 31 |
| Octal | 151 | 73 | 300 | 55 | 105 | 0 | 31 | 405 | 65 | 61 |
| Binary | 1101001 | 111011 | 11000000 | 101101 | 1000101 | 0 | 11001 | 100000101 | 110101 | 110001 |
Color Harmonies of #693BC0
Complementary color
Monochromatic Colors of #693BC0
Black with #693BC0
Text Example
Text Example
White with #693BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693BC0; }
p { color: rgb(105,59,192); }
H1.HeaderClassName
{
color: #693BC0;
}
.AnyTagClassName
{
color: #693BC0;
}
</style>
background-color css
<style>
a { background-color: #693BC0; }
a { background-color: rgb(105,59,192); }
div.DivClassName
{
background-color: #693BC0;
}
.BgClassName
{
background-color: #693BC0;
}
</style>
border-color css
<style>
span { border-color: #693BC0; }
span { border-color: rgb(105,59,192); }
td.TdClassName
{
border-color: #693BC0;
}
.TagClassName
{
border-color: #693BC0;
}
</style>