Shades of Purple Heart #6315A4
Tints of Purple Heart #6315A4
RGB
CMYK
RGB Variations
Color information
#6315A4 (or 0x6315A4) is known color: Purple Heart. HEX triplet: 63, 15 and A4. RGB value is (99,21,164). Sum of RGB (Red+Green+Blue) = 99+21+164=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 164 (64.45% from 255 or 57.75% from 284); Max value from RGB is 164 - color contains mainly: blue. Hex color #6315A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6315A4 is #9CEA5B. Grayscale: #3C3C3C. Windows color (decimal): -10283612 or 10753379. OLE color: 10753379.
HSL color Cylindrical-coordinate representation of color #6315A4: hue angle of 272.73º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6315A4 is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 21 | 164 | - |
| CMYK | 0.40 | 0.87 | 0 | 0.36 |
| HSL | 272.73º | 0.77% | 0.36% | - |
| HSV(B) | 272.73º | 0.87% | 0.64% | - |
| XYZ | 12.11 | 5.87 | 35.62 | - |
| YUV | 60.62 | 186.34 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 21 | 164 | 0.40 | 0.87 | 0 | 0.36 | 272.73 | 0.77 | 0.36 |
| Hex | 63 | 15 | A4 | 28 | 57 | 0 | 24 | 111 | 4D | 24 |
| Octal | 143 | 25 | 244 | 50 | 127 | 0 | 44 | 421 | 115 | 44 |
| Binary | 1100011 | 10101 | 10100100 | 101000 | 1010111 | 0 | 100100 | 100010001 | 1001101 | 100100 |
Color Harmonies of #6315A4
Complementary color
Monochromatic Colors of #6315A4
Black with #6315A4
Text Example
Text Example
White with #6315A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6315A4; }
p { color: rgb(99,21,164); }
H1.HeaderClassName
{
color: #6315A4;
}
.AnyTagClassName
{
color: #6315A4;
}
</style>
background-color css
<style>
a { background-color: #6315A4; }
a { background-color: rgb(99,21,164); }
div.DivClassName
{
background-color: #6315A4;
}
.BgClassName
{
background-color: #6315A4;
}
</style>
border-color css
<style>
span { border-color: #6315A4; }
span { border-color: rgb(99,21,164); }
td.TdClassName
{
border-color: #6315A4;
}
.TagClassName
{
border-color: #6315A4;
}
</style>