Shades of Purple Heart #6745C3
Tints of Purple Heart #6745C3
RGB
CMYK
RGB Variations
Color information
#6745C3 (or 0x6745C3) is known color: Purple Heart. HEX triplet: 67, 45 and C3. RGB value is (103,69,195). Sum of RGB (Red+Green+Blue) = 103+69+195=367 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.07% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 195 (76.56% from 255 or 53.13% from 367); Max value from RGB is 195 - color contains mainly: blue. Hex color #6745C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6745C3 is #98BA3C. Grayscale: #5D5D5D. Windows color (decimal): -10009149 or 12797287. OLE color: 12797287.
HSL color Cylindrical-coordinate representation of color #6745C3: hue angle of 256.19º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6745C3 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 69 | 195 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.24 |
| HSL | 256.19º | 0.51% | 0.52% | - |
| HSV(B) | 256.19º | 0.65% | 0.76% | - |
| XYZ | 17.57 | 11.08 | 52.84 | - |
| YUV | 93.53 | 185.26 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 69 | 195 | 0.47 | 0.65 | 0 | 0.24 | 256.19 | 0.51 | 0.52 |
| Hex | 67 | 45 | C3 | 2F | 41 | 0 | 18 | 100 | 33 | 34 |
| Octal | 147 | 105 | 303 | 57 | 101 | 0 | 30 | 400 | 63 | 64 |
| Binary | 1100111 | 1000101 | 11000011 | 101111 | 1000001 | 0 | 11000 | 100000000 | 110011 | 110100 |
Color Harmonies of #6745C3
Complementary color
Monochromatic Colors of #6745C3
Black with #6745C3
Text Example
Text Example
White with #6745C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6745C3; }
p { color: rgb(103,69,195); }
H1.HeaderClassName
{
color: #6745C3;
}
.AnyTagClassName
{
color: #6745C3;
}
</style>
background-color css
<style>
a { background-color: #6745C3; }
a { background-color: rgb(103,69,195); }
div.DivClassName
{
background-color: #6745C3;
}
.BgClassName
{
background-color: #6745C3;
}
</style>
border-color css
<style>
span { border-color: #6745C3; }
span { border-color: rgb(103,69,195); }
td.TdClassName
{
border-color: #6745C3;
}
.TagClassName
{
border-color: #6745C3;
}
</style>