Shades of Purple Heart #6942CB
Tints of Purple Heart #6942CB
RGB
CMYK
RGB Variations
Color information
#6942CB (or 0x6942CB) is known color: Purple Heart. HEX triplet: 69, 42 and CB. RGB value is (105,66,203). Sum of RGB (Red+Green+Blue) = 105+66+203=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #6942CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6942CB is #96BD34. Grayscale: #5C5C5C. Windows color (decimal): -9878837 or 13320809. OLE color: 13320809.
HSL color Cylindrical-coordinate representation of color #6942CB: hue angle of 257.08º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6942CB is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 66 | 203 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.20 |
| HSL | 257.08º | 0.57% | 0.53% | - |
| HSV(B) | 257.08º | 0.67% | 0.8% | - |
| XYZ | 18.55 | 11.21 | 57.69 | - |
| YUV | 93.28 | 189.92 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 66 | 203 | 0.48 | 0.67 | 0 | 0.20 | 257.08 | 0.57 | 0.53 |
| Hex | 69 | 42 | CB | 30 | 43 | 0 | 14 | 101 | 39 | 35 |
| Octal | 151 | 102 | 313 | 60 | 103 | 0 | 24 | 401 | 71 | 65 |
| Binary | 1101001 | 1000010 | 11001011 | 110000 | 1000011 | 0 | 10100 | 100000001 | 111001 | 110101 |
Color Harmonies of #6942CB
Complementary color
Monochromatic Colors of #6942CB
Black with #6942CB
Text Example
Text Example
White with #6942CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6942CB; }
p { color: rgb(105,66,203); }
H1.HeaderClassName
{
color: #6942CB;
}
.AnyTagClassName
{
color: #6942CB;
}
</style>
background-color css
<style>
a { background-color: #6942CB; }
a { background-color: rgb(105,66,203); }
div.DivClassName
{
background-color: #6942CB;
}
.BgClassName
{
background-color: #6942CB;
}
</style>
border-color css
<style>
span { border-color: #6942CB; }
span { border-color: rgb(105,66,203); }
td.TdClassName
{
border-color: #6942CB;
}
.TagClassName
{
border-color: #6942CB;
}
</style>