Shades of Purple Heart #693CCC
Tints of Purple Heart #693CCC
RGB
CMYK
RGB Variations
Color information
#693CCC (or 0x693CCC) is known color: Purple Heart. HEX triplet: 69, 3C and CC. RGB value is (105,60,204). Sum of RGB (Red+Green+Blue) = 105+60+204=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #693CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693CCC is #96C333. Grayscale: #595959. Windows color (decimal): -9880372 or 13384809. OLE color: 13384809.
HSL color Cylindrical-coordinate representation of color #693CCC: hue angle of 258.75º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #693CCC is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 60 | 204 | - |
| CMYK | 0.49 | 0.71 | 0 | 0.2 |
| HSL | 258.75º | 0.59% | 0.52% | - |
| HSV(B) | 258.75º | 0.71% | 0.8% | - |
| XYZ | 18.34 | 10.59 | 58.21 | - |
| YUV | 89.87 | 192.41 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 60 | 204 | 0.49 | 0.71 | 0 | 0.2 | 258.75 | 0.59 | 0.52 |
| Hex | 69 | 3C | CC | 31 | 47 | 0 | 14 | 103 | 3B | 34 |
| Octal | 151 | 74 | 314 | 61 | 107 | 0 | 24 | 403 | 73 | 64 |
| Binary | 1101001 | 111100 | 11001100 | 110001 | 1000111 | 0 | 10100 | 100000011 | 111011 | 110100 |
Color Harmonies of #693CCC
Complementary color
Monochromatic Colors of #693CCC
Black with #693CCC
Text Example
Text Example
White with #693CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693CCC; }
p { color: rgb(105,60,204); }
H1.HeaderClassName
{
color: #693CCC;
}
.AnyTagClassName
{
color: #693CCC;
}
</style>
background-color css
<style>
a { background-color: #693CCC; }
a { background-color: rgb(105,60,204); }
div.DivClassName
{
background-color: #693CCC;
}
.BgClassName
{
background-color: #693CCC;
}
</style>
border-color css
<style>
span { border-color: #693CCC; }
span { border-color: rgb(105,60,204); }
td.TdClassName
{
border-color: #693CCC;
}
.TagClassName
{
border-color: #693CCC;
}
</style>