Shades of Purple Heart #692EE0
Tints of Purple Heart #692EE0
RGB
CMYK
RGB Variations
Color information
#692EE0 (or 0x692EE0) is known color: Purple Heart. HEX triplet: 69, 2E and E0. RGB value is (105,46,224). Sum of RGB (Red+Green+Blue) = 105+46+224=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 46 (18.36% from 255 or 12.27% from 375); Blue value is 224 (87.89% from 255 or 59.73% from 375); Max value from RGB is 224 - color contains mainly: blue. Hex color #692EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #692EE0 is #96D11F. Grayscale: #535353. Windows color (decimal): -9883936 or 14691945. OLE color: 14691945.
HSL color Cylindrical-coordinate representation of color #692EE0: hue angle of 259.89º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #692EE0 is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 105 | 46 | 224 | - |
| CMYK | 0.53 | 0.79 | 0 | 0.12 |
| HSL | 259.89º | 0.74% | 0.53% | - |
| HSV(B) | 259.89º | 0.79% | 0.88% | - |
| XYZ | 20.26 | 10.34 | 71.45 | - |
| YUV | 83.93 | 207.05 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 46 | 224 | 0.53 | 0.79 | 0 | 0.12 | 259.89 | 0.74 | 0.53 |
| Hex | 69 | 2E | E0 | 35 | 4F | 0 | C | 104 | 4A | 35 |
| Octal | 151 | 56 | 340 | 65 | 117 | 0 | 14 | 404 | 112 | 65 |
| Binary | 1101001 | 101110 | 11100000 | 110101 | 1001111 | 0 | 1100 | 100000100 | 1001010 | 110101 |
Color Harmonies of #692EE0
Complementary color
Monochromatic Colors of #692EE0
Black with #692EE0
Text Example
Text Example
White with #692EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692EE0; }
p { color: rgb(105,46,224); }
H1.HeaderClassName
{
color: #692EE0;
}
.AnyTagClassName
{
color: #692EE0;
}
</style>
background-color css
<style>
a { background-color: #692EE0; }
a { background-color: rgb(105,46,224); }
div.DivClassName
{
background-color: #692EE0;
}
.BgClassName
{
background-color: #692EE0;
}
</style>
border-color css
<style>
span { border-color: #692EE0; }
span { border-color: rgb(105,46,224); }
td.TdClassName
{
border-color: #692EE0;
}
.TagClassName
{
border-color: #692EE0;
}
</style>