Shades of Purple Heart #6741BE
Tints of Purple Heart #6741BE
RGB
CMYK
RGB Variations
Color information
#6741BE (or 0x6741BE) is known color: Purple Heart. HEX triplet: 67, 41 and BE. RGB value is (103,65,190). Sum of RGB (Red+Green+Blue) = 103+65+190=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #6741BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6741BE is #98BE41. Grayscale: #5A5A5A. Windows color (decimal): -10010178 or 12468583. OLE color: 12468583.
HSL color Cylindrical-coordinate representation of color #6741BE: hue angle of 258.24º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6741BE is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 65 | 190 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.25 |
| HSL | 258.24º | 0.49% | 0.5% | - |
| HSV(B) | 258.24º | 0.66% | 0.75% | - |
| XYZ | 16.78 | 10.38 | 49.83 | - |
| YUV | 90.61 | 184.09 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 65 | 190 | 0.46 | 0.66 | 0 | 0.25 | 258.24 | 0.49 | 0.5 |
| Hex | 67 | 41 | BE | 2E | 42 | 0 | 19 | 102 | 31 | 32 |
| Octal | 147 | 101 | 276 | 56 | 102 | 0 | 31 | 402 | 61 | 62 |
| Binary | 1100111 | 1000001 | 10111110 | 101110 | 1000010 | 0 | 11001 | 100000010 | 110001 | 110010 |
Color Harmonies of #6741BE
Complementary color
Monochromatic Colors of #6741BE
Black with #6741BE
Text Example
Text Example
White with #6741BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6741BE; }
p { color: rgb(103,65,190); }
H1.HeaderClassName
{
color: #6741BE;
}
.AnyTagClassName
{
color: #6741BE;
}
</style>
background-color css
<style>
a { background-color: #6741BE; }
a { background-color: rgb(103,65,190); }
div.DivClassName
{
background-color: #6741BE;
}
.BgClassName
{
background-color: #6741BE;
}
</style>
border-color css
<style>
span { border-color: #6741BE; }
span { border-color: rgb(103,65,190); }
td.TdClassName
{
border-color: #6741BE;
}
.TagClassName
{
border-color: #6741BE;
}
</style>