Shades of Purple Heart #6745C1
Tints of Purple Heart #6745C1
RGB
CMYK
RGB Variations
Color information
#6745C1 (or 0x6745C1) is known color: Purple Heart. HEX triplet: 67, 45 and C1. RGB value is (103,69,193). Sum of RGB (Red+Green+Blue) = 103+69+193=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 193 (75.78% from 255 or 52.88% from 365); Max value from RGB is 193 - color contains mainly: blue. Hex color #6745C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6745C1 is #98BA3E. Grayscale: #5C5C5C. Windows color (decimal): -10009151 or 12666215. OLE color: 12666215.
HSL color Cylindrical-coordinate representation of color #6745C1: hue angle of 256.45º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6745C1 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 69 | 193 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.24 |
| HSL | 256.45º | 0.5% | 0.51% | - |
| HSV(B) | 256.45º | 0.64% | 0.76% | - |
| XYZ | 17.35 | 10.99 | 51.66 | - |
| YUV | 93.3 | 184.26 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 69 | 193 | 0.47 | 0.64 | 0 | 0.24 | 256.45 | 0.5 | 0.51 |
| Hex | 67 | 45 | C1 | 2F | 40 | 0 | 18 | 100 | 32 | 33 |
| Octal | 147 | 105 | 301 | 57 | 100 | 0 | 30 | 400 | 62 | 63 |
| Binary | 1100111 | 1000101 | 11000001 | 101111 | 1000000 | 0 | 11000 | 100000000 | 110010 | 110011 |
Color Harmonies of #6745C1
Complementary color
Monochromatic Colors of #6745C1
Black with #6745C1
Text Example
Text Example
White with #6745C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6745C1; }
p { color: rgb(103,69,193); }
H1.HeaderClassName
{
color: #6745C1;
}
.AnyTagClassName
{
color: #6745C1;
}
</style>
background-color css
<style>
a { background-color: #6745C1; }
a { background-color: rgb(103,69,193); }
div.DivClassName
{
background-color: #6745C1;
}
.BgClassName
{
background-color: #6745C1;
}
</style>
border-color css
<style>
span { border-color: #6745C1; }
span { border-color: rgb(103,69,193); }
td.TdClassName
{
border-color: #6745C1;
}
.TagClassName
{
border-color: #6745C1;
}
</style>