Shades of Purple Heart #6742B9
Tints of Purple Heart #6742B9
RGB
CMYK
RGB Variations
Color information
#6742B9 (or 0x6742B9) is known color: Purple Heart. HEX triplet: 67, 42 and B9. RGB value is (103,66,185). Sum of RGB (Red+Green+Blue) = 103+66+185=354 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.10% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 185 (72.66% from 255 or 52.26% from 354); Max value from RGB is 185 - color contains mainly: blue. Hex color #6742B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6742B9 is #98BD46. Grayscale: #5A5A5A. Windows color (decimal): -10009927 or 12141159. OLE color: 12141159.
HSL color Cylindrical-coordinate representation of color #6742B9: hue angle of 258.66º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6742B9 is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 66 | 185 | - |
| CMYK | 0.44 | 0.64 | 0 | 0.27 |
| HSL | 258.66º | 0.47% | 0.49% | - |
| HSV(B) | 258.66º | 0.64% | 0.73% | - |
| XYZ | 16.3 | 10.28 | 47.02 | - |
| YUV | 90.63 | 181.26 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 66 | 185 | 0.44 | 0.64 | 0 | 0.27 | 258.66 | 0.47 | 0.49 |
| Hex | 67 | 42 | B9 | 2C | 40 | 0 | 1B | 103 | 2F | 31 |
| Octal | 147 | 102 | 271 | 54 | 100 | 0 | 33 | 403 | 57 | 61 |
| Binary | 1100111 | 1000010 | 10111001 | 101100 | 1000000 | 0 | 11011 | 100000011 | 101111 | 110001 |
Color Harmonies of #6742B9
Complementary color
Monochromatic Colors of #6742B9
Black with #6742B9
Text Example
Text Example
White with #6742B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6742B9; }
p { color: rgb(103,66,185); }
H1.HeaderClassName
{
color: #6742B9;
}
.AnyTagClassName
{
color: #6742B9;
}
</style>
background-color css
<style>
a { background-color: #6742B9; }
a { background-color: rgb(103,66,185); }
div.DivClassName
{
background-color: #6742B9;
}
.BgClassName
{
background-color: #6742B9;
}
</style>
border-color css
<style>
span { border-color: #6742B9; }
span { border-color: rgb(103,66,185); }
td.TdClassName
{
border-color: #6742B9;
}
.TagClassName
{
border-color: #6742B9;
}
</style>