Shades of Purple Heart #6939CF
Tints of Purple Heart #6939CF
RGB
CMYK
RGB Variations
Color information
#6939CF (or 0x6939CF) is known color: Purple Heart. HEX triplet: 69, 39 and CF. RGB value is (105,57,207). Sum of RGB (Red+Green+Blue) = 105+57+207=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #6939CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6939CF is #96C630. Grayscale: #575757. Windows color (decimal): -9881137 or 13580649. OLE color: 13580649.
HSL color Cylindrical-coordinate representation of color #6939CF: hue angle of 259.2º 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 #6939CF is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 57 | 207 | - |
| CMYK | 0.49 | 0.72 | 0 | 0.19 |
| HSL | 259.2º | 0.61% | 0.52% | - |
| HSV(B) | 259.2º | 0.72% | 0.81% | - |
| XYZ | 18.55 | 10.43 | 60.07 | - |
| YUV | 88.45 | 194.9 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 57 | 207 | 0.49 | 0.72 | 0 | 0.19 | 259.2 | 0.61 | 0.52 |
| Hex | 69 | 39 | CF | 31 | 48 | 0 | 13 | 103 | 3D | 34 |
| Octal | 151 | 71 | 317 | 61 | 110 | 0 | 23 | 403 | 75 | 64 |
| Binary | 1101001 | 111001 | 11001111 | 110001 | 1001000 | 0 | 10011 | 100000011 | 111101 | 110100 |
Color Harmonies of #6939CF
Complementary color
Monochromatic Colors of #6939CF
Black with #6939CF
Text Example
Text Example
White with #6939CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6939CF; }
p { color: rgb(105,57,207); }
H1.HeaderClassName
{
color: #6939CF;
}
.AnyTagClassName
{
color: #6939CF;
}
</style>
background-color css
<style>
a { background-color: #6939CF; }
a { background-color: rgb(105,57,207); }
div.DivClassName
{
background-color: #6939CF;
}
.BgClassName
{
background-color: #6939CF;
}
</style>
border-color css
<style>
span { border-color: #6939CF; }
span { border-color: rgb(105,57,207); }
td.TdClassName
{
border-color: #6939CF;
}
.TagClassName
{
border-color: #6939CF;
}
</style>