Shades of Purple Heart #6133DF
Tints of Purple Heart #6133DF
RGB
CMYK
RGB Variations
Color information
#6133DF (or 0x6133DF) is known color: Purple Heart. HEX triplet: 61, 33 and DF. RGB value is (97,51,223). Sum of RGB (Red+Green+Blue) = 97+51+223=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #6133DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6133DF is #9ECC20. Grayscale: #535353. Windows color (decimal): -10406945 or 14627681. OLE color: 14627681.
HSL color Cylindrical-coordinate representation of color #6133DF: hue angle of 256.05º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6133DF is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 51 | 223 | - |
| CMYK | 0.57 | 0.77 | 0 | 0.13 |
| HSL | 256.05º | 0.73% | 0.54% | - |
| HSV(B) | 256.05º | 0.77% | 0.87% | - |
| XYZ | 19.43 | 10.24 | 70.76 | - |
| YUV | 84.36 | 206.24 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 51 | 223 | 0.57 | 0.77 | 0 | 0.13 | 256.05 | 0.73 | 0.54 |
| Hex | 61 | 33 | DF | 39 | 4D | 0 | D | 100 | 49 | 36 |
| Octal | 141 | 63 | 337 | 71 | 115 | 0 | 15 | 400 | 111 | 66 |
| Binary | 1100001 | 110011 | 11011111 | 111001 | 1001101 | 0 | 1101 | 100000000 | 1001001 | 110110 |
Color Harmonies of #6133DF
Complementary color
Monochromatic Colors of #6133DF
Black with #6133DF
Text Example
Text Example
White with #6133DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6133DF; }
p { color: rgb(97,51,223); }
H1.HeaderClassName
{
color: #6133DF;
}
.AnyTagClassName
{
color: #6133DF;
}
</style>
background-color css
<style>
a { background-color: #6133DF; }
a { background-color: rgb(97,51,223); }
div.DivClassName
{
background-color: #6133DF;
}
.BgClassName
{
background-color: #6133DF;
}
</style>
border-color css
<style>
span { border-color: #6133DF; }
span { border-color: rgb(97,51,223); }
td.TdClassName
{
border-color: #6133DF;
}
.TagClassName
{
border-color: #6133DF;
}
</style>