Shades of Purple Heart #6512BE
Tints of Purple Heart #6512BE
RGB
CMYK
RGB Variations
Color information
#6512BE (or 0x6512BE) is known color: Purple Heart. HEX triplet: 65, 12 and BE. RGB value is (101,18,190). Sum of RGB (Red+Green+Blue) = 101+18+190=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 190 (74.61% from 255 or 61.49% from 309); Max value from RGB is 190 - color contains mainly: blue. Hex color #6512BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6512BE is #9AED41. Grayscale: #3D3D3D. Windows color (decimal): -10153282 or 12456549. OLE color: 12456549.
HSL color Cylindrical-coordinate representation of color #6512BE: hue angle of 268.95º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6512BE is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 18 | 190 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.25 |
| HSL | 268.95º | 0.83% | 0.41% | - |
| HSV(B) | 268.95º | 0.91% | 0.75% | - |
| XYZ | 14.88 | 6.92 | 49.27 | - |
| YUV | 62.43 | 200 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 18 | 190 | 0.47 | 0.91 | 0 | 0.25 | 268.95 | 0.83 | 0.41 |
| Hex | 65 | 12 | BE | 2F | 5B | 0 | 19 | 10D | 53 | 29 |
| Octal | 145 | 22 | 276 | 57 | 133 | 0 | 31 | 415 | 123 | 51 |
| Binary | 1100101 | 10010 | 10111110 | 101111 | 1011011 | 0 | 11001 | 100001101 | 1010011 | 101001 |
Color Harmonies of #6512BE
Complementary color
Monochromatic Colors of #6512BE
Black with #6512BE
Text Example
Text Example
White with #6512BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6512BE; }
p { color: rgb(101,18,190); }
H1.HeaderClassName
{
color: #6512BE;
}
.AnyTagClassName
{
color: #6512BE;
}
</style>
background-color css
<style>
a { background-color: #6512BE; }
a { background-color: rgb(101,18,190); }
div.DivClassName
{
background-color: #6512BE;
}
.BgClassName
{
background-color: #6512BE;
}
</style>
border-color css
<style>
span { border-color: #6512BE; }
span { border-color: rgb(101,18,190); }
td.TdClassName
{
border-color: #6512BE;
}
.TagClassName
{
border-color: #6512BE;
}
</style>