Shades of Purple Heart #692AB6
Tints of Purple Heart #692AB6
RGB
CMYK
RGB Variations
Color information
#692AB6 (or 0x692AB6) is known color: Purple Heart. HEX triplet: 69, 2A and B6. RGB value is (105,42,182). Sum of RGB (Red+Green+Blue) = 105+42+182=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 182 (71.48% from 255 or 55.32% from 329); Max value from RGB is 182 - color contains mainly: blue. Hex color #692AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #692AB6 is #96D549. Grayscale: #4C4C4C. Windows color (decimal): -9885002 or 11938409. OLE color: 11938409.
HSL color Cylindrical-coordinate representation of color #692AB6: hue angle of 267º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #692AB6 is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 42 | 182 | - |
| CMYK | 0.42 | 0.77 | 0 | 0.29 |
| HSL | 267º | 0.63% | 0.44% | - |
| HSV(B) | 267º | 0.77% | 0.71% | - |
| XYZ | 15.1 | 8.04 | 45.01 | - |
| YUV | 76.8 | 187.37 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 42 | 182 | 0.42 | 0.77 | 0 | 0.29 | 267 | 0.63 | 0.44 |
| Hex | 69 | 2A | B6 | 2A | 4D | 0 | 1D | 10B | 3E | 2C |
| Octal | 151 | 52 | 266 | 52 | 115 | 0 | 35 | 413 | 76 | 54 |
| Binary | 1101001 | 101010 | 10110110 | 101010 | 1001101 | 0 | 11101 | 100001011 | 111110 | 101100 |
Color Harmonies of #692AB6
Complementary color
Monochromatic Colors of #692AB6
Black with #692AB6
Text Example
Text Example
White with #692AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692AB6; }
p { color: rgb(105,42,182); }
H1.HeaderClassName
{
color: #692AB6;
}
.AnyTagClassName
{
color: #692AB6;
}
</style>
background-color css
<style>
a { background-color: #692AB6; }
a { background-color: rgb(105,42,182); }
div.DivClassName
{
background-color: #692AB6;
}
.BgClassName
{
background-color: #692AB6;
}
</style>
border-color css
<style>
span { border-color: #692AB6; }
span { border-color: rgb(105,42,182); }
td.TdClassName
{
border-color: #692AB6;
}
.TagClassName
{
border-color: #692AB6;
}
</style>