Shades of Purple Heart #6745C0
Tints of Purple Heart #6745C0
RGB
CMYK
RGB Variations
Color information
#6745C0 (or 0x6745C0) is known color: Purple Heart. HEX triplet: 67, 45 and C0. RGB value is (103,69,192). Sum of RGB (Red+Green+Blue) = 103+69+192=364 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.30% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 192 (75.39% from 255 or 52.75% from 364); Max value from RGB is 192 - color contains mainly: blue. Hex color #6745C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6745C0 is #98BA3F. Grayscale: #5C5C5C. Windows color (decimal): -10009152 or 12600679. OLE color: 12600679.
HSL color Cylindrical-coordinate representation of color #6745C0: hue angle of 256.59º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6745C0 is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 69 | 192 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.25 |
| HSL | 256.59º | 0.49% | 0.51% | - |
| HSV(B) | 256.59º | 0.64% | 0.75% | - |
| XYZ | 17.24 | 10.95 | 51.07 | - |
| YUV | 93.19 | 183.76 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 69 | 192 | 0.46 | 0.64 | 0 | 0.25 | 256.59 | 0.49 | 0.51 |
| Hex | 67 | 45 | C0 | 2E | 40 | 0 | 19 | 101 | 31 | 33 |
| Octal | 147 | 105 | 300 | 56 | 100 | 0 | 31 | 401 | 61 | 63 |
| Binary | 1100111 | 1000101 | 11000000 | 101110 | 1000000 | 0 | 11001 | 100000001 | 110001 | 110011 |
Color Harmonies of #6745C0
Complementary color
Monochromatic Colors of #6745C0
Black with #6745C0
Text Example
Text Example
White with #6745C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6745C0; }
p { color: rgb(103,69,192); }
H1.HeaderClassName
{
color: #6745C0;
}
.AnyTagClassName
{
color: #6745C0;
}
</style>
background-color css
<style>
a { background-color: #6745C0; }
a { background-color: rgb(103,69,192); }
div.DivClassName
{
background-color: #6745C0;
}
.BgClassName
{
background-color: #6745C0;
}
</style>
border-color css
<style>
span { border-color: #6745C0; }
span { border-color: rgb(103,69,192); }
td.TdClassName
{
border-color: #6745C0;
}
.TagClassName
{
border-color: #6745C0;
}
</style>