Shades of Purple Heart #692CB1
Tints of Purple Heart #692CB1
RGB
CMYK
RGB Variations
Color information
#692CB1 (or 0x692CB1) is known color: Purple Heart. HEX triplet: 69, 2C and B1. RGB value is (105,44,177). Sum of RGB (Red+Green+Blue) = 105+44+177=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 177 (69.53% from 255 or 54.29% from 326); Max value from RGB is 177 - color contains mainly: blue. Hex color #692CB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692CB1 is #96D34E. Grayscale: #4C4C4C. Windows color (decimal): -9884495 or 11611241. OLE color: 11611241.
HSL color Cylindrical-coordinate representation of color #692CB1: hue angle of 267.52º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #692CB1 is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 44 | 177 | - |
| CMYK | 0.41 | 0.75 | 0 | 0.31 |
| HSL | 267.52º | 0.6% | 0.43% | - |
| HSV(B) | 267.52º | 0.75% | 0.69% | - |
| XYZ | 14.66 | 7.98 | 42.36 | - |
| YUV | 77.4 | 184.21 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 44 | 177 | 0.41 | 0.75 | 0 | 0.31 | 267.52 | 0.6 | 0.43 |
| Hex | 69 | 2C | B1 | 29 | 4B | 0 | 1F | 10C | 3C | 2B |
| Octal | 151 | 54 | 261 | 51 | 113 | 0 | 37 | 414 | 74 | 53 |
| Binary | 1101001 | 101100 | 10110001 | 101001 | 1001011 | 0 | 11111 | 100001100 | 111100 | 101011 |
Color Harmonies of #692CB1
Complementary color
Monochromatic Colors of #692CB1
Black with #692CB1
Text Example
Text Example
White with #692CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692CB1; }
p { color: rgb(105,44,177); }
H1.HeaderClassName
{
color: #692CB1;
}
.AnyTagClassName
{
color: #692CB1;
}
</style>
background-color css
<style>
a { background-color: #692CB1; }
a { background-color: rgb(105,44,177); }
div.DivClassName
{
background-color: #692CB1;
}
.BgClassName
{
background-color: #692CB1;
}
</style>
border-color css
<style>
span { border-color: #692CB1; }
span { border-color: rgb(105,44,177); }
td.TdClassName
{
border-color: #692CB1;
}
.TagClassName
{
border-color: #692CB1;
}
</style>