Shades of Purple Heart #692CDC
Tints of Purple Heart #692CDC
RGB
CMYK
RGB Variations
Color information
#692CDC (or 0x692CDC) is known color: Purple Heart. HEX triplet: 69, 2C and DC. RGB value is (105,44,220). Sum of RGB (Red+Green+Blue) = 105+44+220=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 44 (17.58% from 255 or 11.92% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #692CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #692CDC is #96D323. Grayscale: #515151. Windows color (decimal): -9884452 or 14429289. OLE color: 14429289.
HSL color Cylindrical-coordinate representation of color #692CDC: hue angle of 260.8º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #692CDC is Cyan = 0.52, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 44 | 220 | - |
| CMYK | 0.52 | 0.8 | 0 | 0.14 |
| HSL | 260.8º | 0.72% | 0.52% | - |
| HSV(B) | 260.8º | 0.8% | 0.86% | - |
| XYZ | 19.64 | 9.97 | 68.6 | - |
| YUV | 82.3 | 205.71 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 44 | 220 | 0.52 | 0.8 | 0 | 0.14 | 260.8 | 0.72 | 0.52 |
| Hex | 69 | 2C | DC | 34 | 50 | 0 | E | 105 | 48 | 34 |
| Octal | 151 | 54 | 334 | 64 | 120 | 0 | 16 | 405 | 110 | 64 |
| Binary | 1101001 | 101100 | 11011100 | 110100 | 1010000 | 0 | 1110 | 100000101 | 1001000 | 110100 |
Color Harmonies of #692CDC
Complementary color
Monochromatic Colors of #692CDC
Black with #692CDC
Text Example
Text Example
White with #692CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692CDC; }
p { color: rgb(105,44,220); }
H1.HeaderClassName
{
color: #692CDC;
}
.AnyTagClassName
{
color: #692CDC;
}
</style>
background-color css
<style>
a { background-color: #692CDC; }
a { background-color: rgb(105,44,220); }
div.DivClassName
{
background-color: #692CDC;
}
.BgClassName
{
background-color: #692CDC;
}
</style>
border-color css
<style>
span { border-color: #692CDC; }
span { border-color: rgb(105,44,220); }
td.TdClassName
{
border-color: #692CDC;
}
.TagClassName
{
border-color: #692CDC;
}
</style>