Shades of Purple Heart #6512C1
Tints of Purple Heart #6512C1
RGB
CMYK
RGB Variations
Color information
#6512C1 (or 0x6512C1) is known color: Purple Heart. HEX triplet: 65, 12 and C1. RGB value is (101,18,193). Sum of RGB (Red+Green+Blue) = 101+18+193=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 193 (75.78% from 255 or 61.86% from 312); Max value from RGB is 193 - color contains mainly: blue. Hex color #6512C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6512C1 is #9AED3E. Grayscale: #3E3E3E. Windows color (decimal): -10153279 or 12653157. OLE color: 12653157.
HSL color Cylindrical-coordinate representation of color #6512C1: hue angle of 268.46º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6512C1 is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 18 | 193 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.24 |
| HSL | 268.46º | 0.83% | 0.41% | - |
| HSV(B) | 268.46º | 0.91% | 0.76% | - |
| XYZ | 15.21 | 7.05 | 51.01 | - |
| YUV | 62.77 | 201.5 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 18 | 193 | 0.48 | 0.91 | 0 | 0.24 | 268.46 | 0.83 | 0.41 |
| Hex | 65 | 12 | C1 | 30 | 5B | 0 | 18 | 10C | 53 | 29 |
| Octal | 145 | 22 | 301 | 60 | 133 | 0 | 30 | 414 | 123 | 51 |
| Binary | 1100101 | 10010 | 11000001 | 110000 | 1011011 | 0 | 11000 | 100001100 | 1010011 | 101001 |
Color Harmonies of #6512C1
Complementary color
Monochromatic Colors of #6512C1
Black with #6512C1
Text Example
Text Example
White with #6512C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6512C1; }
p { color: rgb(101,18,193); }
H1.HeaderClassName
{
color: #6512C1;
}
.AnyTagClassName
{
color: #6512C1;
}
</style>
background-color css
<style>
a { background-color: #6512C1; }
a { background-color: rgb(101,18,193); }
div.DivClassName
{
background-color: #6512C1;
}
.BgClassName
{
background-color: #6512C1;
}
</style>
border-color css
<style>
span { border-color: #6512C1; }
span { border-color: rgb(101,18,193); }
td.TdClassName
{
border-color: #6512C1;
}
.TagClassName
{
border-color: #6512C1;
}
</style>