Shades of Purple Heart #6130D4
Tints of Purple Heart #6130D4
RGB
CMYK
RGB Variations
Color information
#6130D4 (or 0x6130D4) is known color: Purple Heart. HEX triplet: 61, 30 and D4. RGB value is (97,48,212). Sum of RGB (Red+Green+Blue) = 97+48+212=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 212 (83.20% from 255 or 59.38% from 357); Max value from RGB is 212 - color contains mainly: blue. Hex color #6130D4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6130D4 is #9ECF2B. Grayscale: #505050. Windows color (decimal): -10407724 or 13906017. OLE color: 13906017.
HSL color Cylindrical-coordinate representation of color #6130D4: hue angle of 257.93º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6130D4 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 97 | 48 | 212 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.17 |
| HSL | 257.93º | 0.66% | 0.51% | - |
| HSV(B) | 257.93º | 0.77% | 0.83% | - |
| XYZ | 17.87 | 9.41 | 63.16 | - |
| YUV | 81.35 | 201.73 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 48 | 212 | 0.54 | 0.77 | 0 | 0.17 | 257.93 | 0.66 | 0.51 |
| Hex | 61 | 30 | D4 | 36 | 4D | 0 | 11 | 102 | 42 | 33 |
| Octal | 141 | 60 | 324 | 66 | 115 | 0 | 21 | 402 | 102 | 63 |
| Binary | 1100001 | 110000 | 11010100 | 110110 | 1001101 | 0 | 10001 | 100000010 | 1000010 | 110011 |
Color Harmonies of #6130D4
Complementary color
Monochromatic Colors of #6130D4
Black with #6130D4
Text Example
Text Example
White with #6130D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6130D4; }
p { color: rgb(97,48,212); }
H1.HeaderClassName
{
color: #6130D4;
}
.AnyTagClassName
{
color: #6130D4;
}
</style>
background-color css
<style>
a { background-color: #6130D4; }
a { background-color: rgb(97,48,212); }
div.DivClassName
{
background-color: #6130D4;
}
.BgClassName
{
background-color: #6130D4;
}
</style>
border-color css
<style>
span { border-color: #6130D4; }
span { border-color: rgb(97,48,212); }
td.TdClassName
{
border-color: #6130D4;
}
.TagClassName
{
border-color: #6130D4;
}
</style>