Shades of Purple Heart #693CB8
Tints of Purple Heart #693CB8
RGB
CMYK
RGB Variations
Color information
#693CB8 (or 0x693CB8) is known color: Purple Heart. HEX triplet: 69, 3C and B8. RGB value is (105,60,184). Sum of RGB (Red+Green+Blue) = 105+60+184=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 184 (72.27% from 255 or 52.72% from 349); Max value from RGB is 184 - color contains mainly: blue. Hex color #693CB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693CB8 is #96C347. Grayscale: #575757. Windows color (decimal): -9880392 or 12074089. OLE color: 12074089.
HSL color Cylindrical-coordinate representation of color #693CB8: hue angle of 261.77º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #693CB8 is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 105 | 60 | 184 | - |
| CMYK | 0.43 | 0.67 | 0 | 0.28 |
| HSL | 261.77º | 0.51% | 0.48% | - |
| HSV(B) | 261.77º | 0.67% | 0.72% | - |
| XYZ | 16.09 | 9.7 | 46.37 | - |
| YUV | 87.59 | 182.41 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 60 | 184 | 0.43 | 0.67 | 0 | 0.28 | 261.77 | 0.51 | 0.48 |
| Hex | 69 | 3C | B8 | 2B | 43 | 0 | 1C | 106 | 33 | 30 |
| Octal | 151 | 74 | 270 | 53 | 103 | 0 | 34 | 406 | 63 | 60 |
| Binary | 1101001 | 111100 | 10111000 | 101011 | 1000011 | 0 | 11100 | 100000110 | 110011 | 110000 |
Color Harmonies of #693CB8
Complementary color
Monochromatic Colors of #693CB8
Black with #693CB8
Text Example
Text Example
White with #693CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693CB8; }
p { color: rgb(105,60,184); }
H1.HeaderClassName
{
color: #693CB8;
}
.AnyTagClassName
{
color: #693CB8;
}
</style>
background-color css
<style>
a { background-color: #693CB8; }
a { background-color: rgb(105,60,184); }
div.DivClassName
{
background-color: #693CB8;
}
.BgClassName
{
background-color: #693CB8;
}
</style>
border-color css
<style>
span { border-color: #693CB8; }
span { border-color: rgb(105,60,184); }
td.TdClassName
{
border-color: #693CB8;
}
.TagClassName
{
border-color: #693CB8;
}
</style>