Shades of Purple Heart #693ACF
Tints of Purple Heart #693ACF
RGB
CMYK
RGB Variations
Color information
#693ACF (or 0x693ACF) is known color: Purple Heart. HEX triplet: 69, 3A and CF. RGB value is (105,58,207). Sum of RGB (Red+Green+Blue) = 105+58+207=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 58 (23.05% from 255 or 15.68% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #693ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693ACF is #96C530. Grayscale: #585858. Windows color (decimal): -9880881 or 13580905. OLE color: 13580905.
HSL color Cylindrical-coordinate representation of color #693ACF: hue angle of 258.93º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #693ACF is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 58 | 207 | - |
| CMYK | 0.49 | 0.72 | 0 | 0.19 |
| HSL | 258.93º | 0.61% | 0.52% | - |
| HSV(B) | 258.93º | 0.72% | 0.81% | - |
| XYZ | 18.6 | 10.53 | 60.08 | - |
| YUV | 89.04 | 194.57 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 58 | 207 | 0.49 | 0.72 | 0 | 0.19 | 258.93 | 0.61 | 0.52 |
| Hex | 69 | 3A | CF | 31 | 48 | 0 | 13 | 103 | 3D | 34 |
| Octal | 151 | 72 | 317 | 61 | 110 | 0 | 23 | 403 | 75 | 64 |
| Binary | 1101001 | 111010 | 11001111 | 110001 | 1001000 | 0 | 10011 | 100000011 | 111101 | 110100 |
Color Harmonies of #693ACF
Complementary color
Monochromatic Colors of #693ACF
Black with #693ACF
Text Example
Text Example
White with #693ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693ACF; }
p { color: rgb(105,58,207); }
H1.HeaderClassName
{
color: #693ACF;
}
.AnyTagClassName
{
color: #693ACF;
}
</style>
background-color css
<style>
a { background-color: #693ACF; }
a { background-color: rgb(105,58,207); }
div.DivClassName
{
background-color: #693ACF;
}
.BgClassName
{
background-color: #693ACF;
}
</style>
border-color css
<style>
span { border-color: #693ACF; }
span { border-color: rgb(105,58,207); }
td.TdClassName
{
border-color: #693ACF;
}
.TagClassName
{
border-color: #693ACF;
}
</style>