Shades of Purple Heart #6736BE
Tints of Purple Heart #6736BE
RGB
CMYK
RGB Variations
Color information
#6736BE (or 0x6736BE) is known color: Purple Heart. HEX triplet: 67, 36 and BE. RGB value is (103,54,190). Sum of RGB (Red+Green+Blue) = 103+54+190=347 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.68% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #6736BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6736BE is #98C941. Grayscale: #535353. Windows color (decimal): -10012994 or 12465767. OLE color: 12465767.
HSL color Cylindrical-coordinate representation of color #6736BE: hue angle of 261.62º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6736BE is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 54 | 190 | - |
| CMYK | 0.46 | 0.72 | 0 | 0.25 |
| HSL | 261.62º | 0.56% | 0.48% | - |
| HSV(B) | 261.62º | 0.72% | 0.75% | - |
| XYZ | 16.21 | 9.24 | 49.64 | - |
| YUV | 84.16 | 187.73 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 54 | 190 | 0.46 | 0.72 | 0 | 0.25 | 261.62 | 0.56 | 0.48 |
| Hex | 67 | 36 | BE | 2E | 48 | 0 | 19 | 106 | 38 | 30 |
| Octal | 147 | 66 | 276 | 56 | 110 | 0 | 31 | 406 | 70 | 60 |
| Binary | 1100111 | 110110 | 10111110 | 101110 | 1001000 | 0 | 11001 | 100000110 | 111000 | 110000 |
Color Harmonies of #6736BE
Complementary color
Monochromatic Colors of #6736BE
Black with #6736BE
Text Example
Text Example
White with #6736BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6736BE; }
p { color: rgb(103,54,190); }
H1.HeaderClassName
{
color: #6736BE;
}
.AnyTagClassName
{
color: #6736BE;
}
</style>
background-color css
<style>
a { background-color: #6736BE; }
a { background-color: rgb(103,54,190); }
div.DivClassName
{
background-color: #6736BE;
}
.BgClassName
{
background-color: #6736BE;
}
</style>
border-color css
<style>
span { border-color: #6736BE; }
span { border-color: rgb(103,54,190); }
td.TdClassName
{
border-color: #6736BE;
}
.TagClassName
{
border-color: #6736BE;
}
</style>