Shades of Purple Heart #6736BD
Tints of Purple Heart #6736BD
RGB
CMYK
RGB Variations
Color information
#6736BD (or 0x6736BD) is known color: Purple Heart. HEX triplet: 67, 36 and BD. RGB value is (103,54,189). Sum of RGB (Red+Green+Blue) = 103+54+189=346 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.77% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #6736BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6736BD is #98C942. Grayscale: #535353. Windows color (decimal): -10012995 or 12400231. OLE color: 12400231.
HSL color Cylindrical-coordinate representation of color #6736BD: hue angle of 261.78º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6736BD is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 54 | 189 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.26 |
| HSL | 261.78º | 0.56% | 0.48% | - |
| HSV(B) | 261.78º | 0.71% | 0.74% | - |
| XYZ | 16.1 | 9.2 | 49.07 | - |
| YUV | 84.04 | 187.23 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 54 | 189 | 0.46 | 0.71 | 0 | 0.26 | 261.78 | 0.56 | 0.48 |
| Hex | 67 | 36 | BD | 2E | 47 | 0 | 1A | 106 | 38 | 30 |
| Octal | 147 | 66 | 275 | 56 | 107 | 0 | 32 | 406 | 70 | 60 |
| Binary | 1100111 | 110110 | 10111101 | 101110 | 1000111 | 0 | 11010 | 100000110 | 111000 | 110000 |
Color Harmonies of #6736BD
Complementary color
Monochromatic Colors of #6736BD
Black with #6736BD
Text Example
Text Example
White with #6736BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6736BD; }
p { color: rgb(103,54,189); }
H1.HeaderClassName
{
color: #6736BD;
}
.AnyTagClassName
{
color: #6736BD;
}
</style>
background-color css
<style>
a { background-color: #6736BD; }
a { background-color: rgb(103,54,189); }
div.DivClassName
{
background-color: #6736BD;
}
.BgClassName
{
background-color: #6736BD;
}
</style>
border-color css
<style>
span { border-color: #6736BD; }
span { border-color: rgb(103,54,189); }
td.TdClassName
{
border-color: #6736BD;
}
.TagClassName
{
border-color: #6736BD;
}
</style>