Shades of Purple Heart #693FCD
Tints of Purple Heart #693FCD
RGB
CMYK
RGB Variations
Color information
#693FCD (or 0x693FCD) is known color: Purple Heart. HEX triplet: 69, 3F and CD. RGB value is (105,63,205). Sum of RGB (Red+Green+Blue) = 105+63+205=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #693FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693FCD is #96C032. Grayscale: #5B5B5B. Windows color (decimal): -9879603 or 13451113. OLE color: 13451113.
HSL color Cylindrical-coordinate representation of color #693FCD: hue angle of 257.75º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #693FCD is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 63 | 205 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.20 |
| HSL | 257.75º | 0.59% | 0.53% | - |
| HSV(B) | 257.75º | 0.69% | 0.8% | - |
| XYZ | 18.62 | 10.97 | 58.89 | - |
| YUV | 91.75 | 191.91 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 63 | 205 | 0.49 | 0.69 | 0 | 0.20 | 257.75 | 0.59 | 0.53 |
| Hex | 69 | 3F | CD | 31 | 45 | 0 | 14 | 102 | 3B | 35 |
| Octal | 151 | 77 | 315 | 61 | 105 | 0 | 24 | 402 | 73 | 65 |
| Binary | 1101001 | 111111 | 11001101 | 110001 | 1000101 | 0 | 10100 | 100000010 | 111011 | 110101 |
Color Harmonies of #693FCD
Complementary color
Monochromatic Colors of #693FCD
Black with #693FCD
Text Example
Text Example
White with #693FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693FCD; }
p { color: rgb(105,63,205); }
H1.HeaderClassName
{
color: #693FCD;
}
.AnyTagClassName
{
color: #693FCD;
}
</style>
background-color css
<style>
a { background-color: #693FCD; }
a { background-color: rgb(105,63,205); }
div.DivClassName
{
background-color: #693FCD;
}
.BgClassName
{
background-color: #693FCD;
}
</style>
border-color css
<style>
span { border-color: #693FCD; }
span { border-color: rgb(105,63,205); }
td.TdClassName
{
border-color: #693FCD;
}
.TagClassName
{
border-color: #693FCD;
}
</style>