Shades of Purple Heart #692CCF
Tints of Purple Heart #692CCF
RGB
CMYK
RGB Variations
Color information
#692CCF (or 0x692CCF) is known color: Purple Heart. HEX triplet: 69, 2C and CF. RGB value is (105,44,207). Sum of RGB (Red+Green+Blue) = 105+44+207=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 44 (17.58% from 255 or 12.36% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #692CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #692CCF is #96D330. Grayscale: #505050. Windows color (decimal): -9884465 or 13577321. OLE color: 13577321.
HSL color Cylindrical-coordinate representation of color #692CCF: hue angle of 262.45º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #692CCF is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 44 | 207 | - |
| CMYK | 0.49 | 0.79 | 0 | 0.19 |
| HSL | 262.45º | 0.65% | 0.49% | - |
| HSV(B) | 262.45º | 0.79% | 0.81% | - |
| XYZ | 17.99 | 9.31 | 59.88 | - |
| YUV | 80.82 | 199.21 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 44 | 207 | 0.49 | 0.79 | 0 | 0.19 | 262.45 | 0.65 | 0.49 |
| Hex | 69 | 2C | CF | 31 | 4F | 0 | 13 | 106 | 41 | 31 |
| Octal | 151 | 54 | 317 | 61 | 117 | 0 | 23 | 406 | 101 | 61 |
| Binary | 1101001 | 101100 | 11001111 | 110001 | 1001111 | 0 | 10011 | 100000110 | 1000001 | 110001 |
Color Harmonies of #692CCF
Complementary color
Monochromatic Colors of #692CCF
Black with #692CCF
Text Example
Text Example
White with #692CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692CCF; }
p { color: rgb(105,44,207); }
H1.HeaderClassName
{
color: #692CCF;
}
.AnyTagClassName
{
color: #692CCF;
}
</style>
background-color css
<style>
a { background-color: #692CCF; }
a { background-color: rgb(105,44,207); }
div.DivClassName
{
background-color: #692CCF;
}
.BgClassName
{
background-color: #692CCF;
}
</style>
border-color css
<style>
span { border-color: #692CCF; }
span { border-color: rgb(105,44,207); }
td.TdClassName
{
border-color: #692CCF;
}
.TagClassName
{
border-color: #692CCF;
}
</style>