Shades of Purple Heart #6316A1
Tints of Purple Heart #6316A1
RGB
CMYK
RGB Variations
Color information
#6316A1 (or 0x6316A1) is known color: Purple Heart. HEX triplet: 63, 16 and A1. RGB value is (99,22,161). Sum of RGB (Red+Green+Blue) = 99+22+161=282 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.11% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 161 (63.28% from 255 or 57.09% from 282); Max value from RGB is 161 - color contains mainly: blue. Hex color #6316A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6316A1 is #9CE95E. Grayscale: #3C3C3C. Windows color (decimal): -10283359 or 10557027. OLE color: 10557027.
HSL color Cylindrical-coordinate representation of color #6316A1: hue angle of 273.24º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6316A1 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 22 | 161 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.37 |
| HSL | 273.24º | 0.76% | 0.36% | - |
| HSV(B) | 273.24º | 0.86% | 0.63% | - |
| XYZ | 11.87 | 5.8 | 34.21 | - |
| YUV | 60.87 | 184.51 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 22 | 161 | 0.39 | 0.86 | 0 | 0.37 | 273.24 | 0.76 | 0.36 |
| Hex | 63 | 16 | A1 | 27 | 56 | 0 | 25 | 111 | 4C | 24 |
| Octal | 143 | 26 | 241 | 47 | 126 | 0 | 45 | 421 | 114 | 44 |
| Binary | 1100011 | 10110 | 10100001 | 100111 | 1010110 | 0 | 100101 | 100010001 | 1001100 | 100100 |
Color Harmonies of #6316A1
Complementary color
Monochromatic Colors of #6316A1
Black with #6316A1
Text Example
Text Example
White with #6316A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6316A1; }
p { color: rgb(99,22,161); }
H1.HeaderClassName
{
color: #6316A1;
}
.AnyTagClassName
{
color: #6316A1;
}
</style>
background-color css
<style>
a { background-color: #6316A1; }
a { background-color: rgb(99,22,161); }
div.DivClassName
{
background-color: #6316A1;
}
.BgClassName
{
background-color: #6316A1;
}
</style>
border-color css
<style>
span { border-color: #6316A1; }
span { border-color: rgb(99,22,161); }
td.TdClassName
{
border-color: #6316A1;
}
.TagClassName
{
border-color: #6316A1;
}
</style>