Shades of Purple Heart #6736B4
Tints of Purple Heart #6736B4
RGB
CMYK
RGB Variations
Color information
#6736B4 (or 0x6736B4) is known color: Purple Heart. HEX triplet: 67, 36 and B4. RGB value is (103,54,180). Sum of RGB (Red+Green+Blue) = 103+54+180=337 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.56% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 180 (70.70% from 255 or 53.41% from 337); Max value from RGB is 180 - color contains mainly: blue. Hex color #6736B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6736B4 is #98C94B. Grayscale: #525252. Windows color (decimal): -10013004 or 11810407. OLE color: 11810407.
HSL color Cylindrical-coordinate representation of color #6736B4: hue angle of 263.33º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6736B4 is Cyan = 0.43, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 103 | 54 | 180 | - |
| CMYK | 0.43 | 0.7 | 0 | 0.29 |
| HSL | 263.33º | 0.54% | 0.46% | - |
| HSV(B) | 263.33º | 0.7% | 0.71% | - |
| XYZ | 15.15 | 8.82 | 44.08 | - |
| YUV | 83.02 | 182.73 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 54 | 180 | 0.43 | 0.7 | 0 | 0.29 | 263.33 | 0.54 | 0.46 |
| Hex | 67 | 36 | B4 | 2B | 46 | 0 | 1D | 107 | 36 | 2E |
| Octal | 147 | 66 | 264 | 53 | 106 | 0 | 35 | 407 | 66 | 56 |
| Binary | 1100111 | 110110 | 10110100 | 101011 | 1000110 | 0 | 11101 | 100000111 | 110110 | 101110 |
Color Harmonies of #6736B4
Complementary color
Monochromatic Colors of #6736B4
Black with #6736B4
Text Example
Text Example
White with #6736B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6736B4; }
p { color: rgb(103,54,180); }
H1.HeaderClassName
{
color: #6736B4;
}
.AnyTagClassName
{
color: #6736B4;
}
</style>
background-color css
<style>
a { background-color: #6736B4; }
a { background-color: rgb(103,54,180); }
div.DivClassName
{
background-color: #6736B4;
}
.BgClassName
{
background-color: #6736B4;
}
</style>
border-color css
<style>
span { border-color: #6736B4; }
span { border-color: rgb(103,54,180); }
td.TdClassName
{
border-color: #6736B4;
}
.TagClassName
{
border-color: #6736B4;
}
</style>