Shades of Purple Heart #6940CB
Tints of Purple Heart #6940CB
RGB
CMYK
RGB Variations
Color information
#6940CB (or 0x6940CB) is known color: Purple Heart. HEX triplet: 69, 40 and CB. RGB value is (105,64,203). Sum of RGB (Red+Green+Blue) = 105+64+203=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #6940CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6940CB is #96BF34. Grayscale: #5B5B5B. Windows color (decimal): -9879349 or 13320297. OLE color: 13320297.
HSL color Cylindrical-coordinate representation of color #6940CB: hue angle of 257.7º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6940CB is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 64 | 203 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.20 |
| HSL | 257.7º | 0.57% | 0.52% | - |
| HSV(B) | 257.7º | 0.68% | 0.8% | - |
| XYZ | 18.44 | 10.98 | 57.65 | - |
| YUV | 92.11 | 190.58 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 64 | 203 | 0.48 | 0.68 | 0 | 0.20 | 257.7 | 0.57 | 0.52 |
| Hex | 69 | 40 | CB | 30 | 44 | 0 | 14 | 102 | 39 | 34 |
| Octal | 151 | 100 | 313 | 60 | 104 | 0 | 24 | 402 | 71 | 64 |
| Binary | 1101001 | 1000000 | 11001011 | 110000 | 1000100 | 0 | 10100 | 100000010 | 111001 | 110100 |
Color Harmonies of #6940CB
Complementary color
Monochromatic Colors of #6940CB
Black with #6940CB
Text Example
Text Example
White with #6940CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6940CB; }
p { color: rgb(105,64,203); }
H1.HeaderClassName
{
color: #6940CB;
}
.AnyTagClassName
{
color: #6940CB;
}
</style>
background-color css
<style>
a { background-color: #6940CB; }
a { background-color: rgb(105,64,203); }
div.DivClassName
{
background-color: #6940CB;
}
.BgClassName
{
background-color: #6940CB;
}
</style>
border-color css
<style>
span { border-color: #6940CB; }
span { border-color: rgb(105,64,203); }
td.TdClassName
{
border-color: #6940CB;
}
.TagClassName
{
border-color: #6940CB;
}
</style>