Shades of Purple Heart #6738BD
Tints of Purple Heart #6738BD
RGB
CMYK
RGB Variations
Color information
#6738BD (or 0x6738BD) is known color: Purple Heart. HEX triplet: 67, 38 and BD. RGB value is (103,56,189). Sum of RGB (Red+Green+Blue) = 103+56+189=348 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.60% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #6738BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6738BD is #98C742. Grayscale: #545454. Windows color (decimal): -10012483 or 12400743. OLE color: 12400743.
HSL color Cylindrical-coordinate representation of color #6738BD: hue angle of 261.2º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6738BD is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 56 | 189 | - |
| CMYK | 0.46 | 0.70 | 0 | 0.26 |
| HSL | 261.2º | 0.54% | 0.48% | - |
| HSV(B) | 261.2º | 0.7% | 0.74% | - |
| XYZ | 16.19 | 9.39 | 49.1 | - |
| YUV | 85.22 | 186.57 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 56 | 189 | 0.46 | 0.70 | 0 | 0.26 | 261.2 | 0.54 | 0.48 |
| Hex | 67 | 38 | BD | 2E | 46 | 0 | 1A | 105 | 36 | 30 |
| Octal | 147 | 70 | 275 | 56 | 106 | 0 | 32 | 405 | 66 | 60 |
| Binary | 1100111 | 111000 | 10111101 | 101110 | 1000110 | 0 | 11010 | 100000101 | 110110 | 110000 |
Color Harmonies of #6738BD
Complementary color
Monochromatic Colors of #6738BD
Black with #6738BD
Text Example
Text Example
White with #6738BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6738BD; }
p { color: rgb(103,56,189); }
H1.HeaderClassName
{
color: #6738BD;
}
.AnyTagClassName
{
color: #6738BD;
}
</style>
background-color css
<style>
a { background-color: #6738BD; }
a { background-color: rgb(103,56,189); }
div.DivClassName
{
background-color: #6738BD;
}
.BgClassName
{
background-color: #6738BD;
}
</style>
border-color css
<style>
span { border-color: #6738BD; }
span { border-color: rgb(103,56,189); }
td.TdClassName
{
border-color: #6738BD;
}
.TagClassName
{
border-color: #6738BD;
}
</style>