Shades of Purple Heart #693CE1
Tints of Purple Heart #693CE1
RGB
CMYK
RGB Variations
Color information
#693CE1 (or 0x693CE1) is known color: Purple Heart. HEX triplet: 69, 3C and E1. RGB value is (105,60,225). Sum of RGB (Red+Green+Blue) = 105+60+225=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 225 (88.28% from 255 or 57.69% from 390); Max value from RGB is 225 - color contains mainly: blue. Hex color #693CE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693CE1 is #96C31E. Grayscale: #5B5B5B. Windows color (decimal): -9880351 or 14761065. OLE color: 14761065.
HSL color Cylindrical-coordinate representation of color #693CE1: hue angle of 256.36º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #693CE1 is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 105 | 60 | 225 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.12 |
| HSL | 256.36º | 0.73% | 0.56% | - |
| HSV(B) | 256.36º | 0.73% | 0.88% | - |
| XYZ | 21.03 | 11.67 | 72.38 | - |
| YUV | 92.27 | 202.91 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 60 | 225 | 0.53 | 0.73 | 0 | 0.12 | 256.36 | 0.73 | 0.56 |
| Hex | 69 | 3C | E1 | 35 | 49 | 0 | C | 100 | 49 | 38 |
| Octal | 151 | 74 | 341 | 65 | 111 | 0 | 14 | 400 | 111 | 70 |
| Binary | 1101001 | 111100 | 11100001 | 110101 | 1001001 | 0 | 1100 | 100000000 | 1001001 | 111000 |
Color Harmonies of #693CE1
Complementary color
Monochromatic Colors of #693CE1
Black with #693CE1
Text Example
Text Example
White with #693CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693CE1; }
p { color: rgb(105,60,225); }
H1.HeaderClassName
{
color: #693CE1;
}
.AnyTagClassName
{
color: #693CE1;
}
</style>
background-color css
<style>
a { background-color: #693CE1; }
a { background-color: rgb(105,60,225); }
div.DivClassName
{
background-color: #693CE1;
}
.BgClassName
{
background-color: #693CE1;
}
</style>
border-color css
<style>
span { border-color: #693CE1; }
span { border-color: rgb(105,60,225); }
td.TdClassName
{
border-color: #693CE1;
}
.TagClassName
{
border-color: #693CE1;
}
</style>