Shades of Purple Heart #692CCB
Tints of Purple Heart #692CCB
RGB
CMYK
RGB Variations
Color information
#692CCB (or 0x692CCB) is known color: Purple Heart. HEX triplet: 69, 2C and CB. RGB value is (105,44,203). Sum of RGB (Red+Green+Blue) = 105+44+203=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #692CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #692CCB is #96D334. Grayscale: #4F4F4F. Windows color (decimal): -9884469 or 13315177. OLE color: 13315177.
HSL color Cylindrical-coordinate representation of color #692CCB: hue angle of 263.02º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #692CCB is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 44 | 203 | - |
| CMYK | 0.48 | 0.78 | 0 | 0.20 |
| HSL | 263.02º | 0.64% | 0.48% | - |
| HSV(B) | 263.02º | 0.78% | 0.8% | - |
| XYZ | 17.51 | 9.12 | 57.34 | - |
| YUV | 80.37 | 197.21 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 44 | 203 | 0.48 | 0.78 | 0 | 0.20 | 263.02 | 0.64 | 0.48 |
| Hex | 69 | 2C | CB | 30 | 4E | 0 | 14 | 107 | 40 | 30 |
| Octal | 151 | 54 | 313 | 60 | 116 | 0 | 24 | 407 | 100 | 60 |
| Binary | 1101001 | 101100 | 11001011 | 110000 | 1001110 | 0 | 10100 | 100000111 | 1000000 | 110000 |
Color Harmonies of #692CCB
Complementary color
Monochromatic Colors of #692CCB
Black with #692CCB
Text Example
Text Example
White with #692CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692CCB; }
p { color: rgb(105,44,203); }
H1.HeaderClassName
{
color: #692CCB;
}
.AnyTagClassName
{
color: #692CCB;
}
</style>
background-color css
<style>
a { background-color: #692CCB; }
a { background-color: rgb(105,44,203); }
div.DivClassName
{
background-color: #692CCB;
}
.BgClassName
{
background-color: #692CCB;
}
</style>
border-color css
<style>
span { border-color: #692CCB; }
span { border-color: rgb(105,44,203); }
td.TdClassName
{
border-color: #692CCB;
}
.TagClassName
{
border-color: #692CCB;
}
</style>