Shades of Purple Heart #6131C8
Tints of Purple Heart #6131C8
RGB
CMYK
RGB Variations
Color information
#6131C8 (or 0x6131C8) is known color: Purple Heart. HEX triplet: 61, 31 and C8. RGB value is (97,49,200). Sum of RGB (Red+Green+Blue) = 97+49+200=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 200 (78.52% from 255 or 57.80% from 346); Max value from RGB is 200 - color contains mainly: blue. Hex color #6131C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6131C8 is #9ECE37. Grayscale: #505050. Windows color (decimal): -10407480 or 13119841. OLE color: 13119841.
HSL color Cylindrical-coordinate representation of color #6131C8: hue angle of 259.07º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6131C8 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 49 | 200 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.22 |
| HSL | 259.07º | 0.61% | 0.49% | - |
| HSV(B) | 259.07º | 0.76% | 0.78% | - |
| XYZ | 16.45 | 8.91 | 55.5 | - |
| YUV | 80.57 | 195.4 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 49 | 200 | 0.52 | 0.76 | 0 | 0.22 | 259.07 | 0.61 | 0.49 |
| Hex | 61 | 31 | C8 | 34 | 4C | 0 | 16 | 103 | 3D | 31 |
| Octal | 141 | 61 | 310 | 64 | 114 | 0 | 26 | 403 | 75 | 61 |
| Binary | 1100001 | 110001 | 11001000 | 110100 | 1001100 | 0 | 10110 | 100000011 | 111101 | 110001 |
Color Harmonies of #6131C8
Complementary color
Monochromatic Colors of #6131C8
Black with #6131C8
Text Example
Text Example
White with #6131C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6131C8; }
p { color: rgb(97,49,200); }
H1.HeaderClassName
{
color: #6131C8;
}
.AnyTagClassName
{
color: #6131C8;
}
</style>
background-color css
<style>
a { background-color: #6131C8; }
a { background-color: rgb(97,49,200); }
div.DivClassName
{
background-color: #6131C8;
}
.BgClassName
{
background-color: #6131C8;
}
</style>
border-color css
<style>
span { border-color: #6131C8; }
span { border-color: rgb(97,49,200); }
td.TdClassName
{
border-color: #6131C8;
}
.TagClassName
{
border-color: #6131C8;
}
</style>