Shades of Purple Heart #6133D3
Tints of Purple Heart #6133D3
RGB
CMYK
RGB Variations
Color information
#6133D3 (or 0x6133D3) is known color: Purple Heart. HEX triplet: 61, 33 and D3. RGB value is (97,51,211). Sum of RGB (Red+Green+Blue) = 97+51+211=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 211 (82.81% from 255 or 58.77% from 359); Max value from RGB is 211 - color contains mainly: blue. Hex color #6133D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6133D3 is #9ECC2C. Grayscale: #525252. Windows color (decimal): -10406957 or 13841249. OLE color: 13841249.
HSL color Cylindrical-coordinate representation of color #6133D3: hue angle of 257.25º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6133D3 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 97 | 51 | 211 | - |
| CMYK | 0.54 | 0.76 | 0 | 0.17 |
| HSL | 257.25º | 0.65% | 0.51% | - |
| HSV(B) | 257.25º | 0.76% | 0.83% | - |
| XYZ | 17.87 | 9.61 | 62.54 | - |
| YUV | 82.99 | 200.24 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 51 | 211 | 0.54 | 0.76 | 0 | 0.17 | 257.25 | 0.65 | 0.51 |
| Hex | 61 | 33 | D3 | 36 | 4C | 0 | 11 | 101 | 41 | 33 |
| Octal | 141 | 63 | 323 | 66 | 114 | 0 | 21 | 401 | 101 | 63 |
| Binary | 1100001 | 110011 | 11010011 | 110110 | 1001100 | 0 | 10001 | 100000001 | 1000001 | 110011 |
Color Harmonies of #6133D3
Complementary color
Monochromatic Colors of #6133D3
Black with #6133D3
Text Example
Text Example
White with #6133D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6133D3; }
p { color: rgb(97,51,211); }
H1.HeaderClassName
{
color: #6133D3;
}
.AnyTagClassName
{
color: #6133D3;
}
</style>
background-color css
<style>
a { background-color: #6133D3; }
a { background-color: rgb(97,51,211); }
div.DivClassName
{
background-color: #6133D3;
}
.BgClassName
{
background-color: #6133D3;
}
</style>
border-color css
<style>
span { border-color: #6133D3; }
span { border-color: rgb(97,51,211); }
td.TdClassName
{
border-color: #6133D3;
}
.TagClassName
{
border-color: #6133D3;
}
</style>