Shades of Purple Heart #6415C3
Tints of Purple Heart #6415C3
RGB
CMYK
RGB Variations
Color information
#6415C3 (or 0x6415C3) is known color: Purple Heart. HEX triplet: 64, 15 and C3. RGB value is (100,21,195). Sum of RGB (Red+Green+Blue) = 100+21+195=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 195 (76.56% from 255 or 61.71% from 316); Max value from RGB is 195 - color contains mainly: blue. Hex color #6415C3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6415C3 is #9BEA3C. Grayscale: #3F3F3F. Windows color (decimal): -10218045 or 12784996. OLE color: 12784996.
HSL color Cylindrical-coordinate representation of color #6415C3: hue angle of 267.24º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6415C3 is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 21 | 195 | - |
| CMYK | 0.49 | 0.89 | 0 | 0.24 |
| HSL | 267.24º | 0.81% | 0.42% | - |
| HSV(B) | 267.24º | 0.89% | 0.76% | - |
| XYZ | 15.37 | 7.19 | 52.21 | - |
| YUV | 64.46 | 201.67 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 21 | 195 | 0.49 | 0.89 | 0 | 0.24 | 267.24 | 0.81 | 0.42 |
| Hex | 64 | 15 | C3 | 31 | 59 | 0 | 18 | 10B | 51 | 2A |
| Octal | 144 | 25 | 303 | 61 | 131 | 0 | 30 | 413 | 121 | 52 |
| Binary | 1100100 | 10101 | 11000011 | 110001 | 1011001 | 0 | 11000 | 100001011 | 1010001 | 101010 |
Color Harmonies of #6415C3
Complementary color
Monochromatic Colors of #6415C3
Black with #6415C3
Text Example
Text Example
White with #6415C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6415C3; }
p { color: rgb(100,21,195); }
H1.HeaderClassName
{
color: #6415C3;
}
.AnyTagClassName
{
color: #6415C3;
}
</style>
background-color css
<style>
a { background-color: #6415C3; }
a { background-color: rgb(100,21,195); }
div.DivClassName
{
background-color: #6415C3;
}
.BgClassName
{
background-color: #6415C3;
}
</style>
border-color css
<style>
span { border-color: #6415C3; }
span { border-color: rgb(100,21,195); }
td.TdClassName
{
border-color: #6415C3;
}
.TagClassName
{
border-color: #6415C3;
}
</style>