Shades of Purple Heart #6130CC
Tints of Purple Heart #6130CC
RGB
CMYK
RGB Variations
Color information
#6130CC (or 0x6130CC) is known color: Purple Heart. HEX triplet: 61, 30 and CC. RGB value is (97,48,204). Sum of RGB (Red+Green+Blue) = 97+48+204=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #6130CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6130CC is #9ECF33. Grayscale: #4F4F4F. Windows color (decimal): -10407732 or 13381729. OLE color: 13381729.
HSL color Cylindrical-coordinate representation of color #6130CC: hue angle of 258.85º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6130CC is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 48 | 204 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.2 |
| HSL | 258.85º | 0.62% | 0.49% | - |
| HSV(B) | 258.85º | 0.76% | 0.8% | - |
| XYZ | 16.89 | 9.01 | 57.98 | - |
| YUV | 80.44 | 197.73 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 48 | 204 | 0.52 | 0.76 | 0 | 0.2 | 258.85 | 0.62 | 0.49 |
| Hex | 61 | 30 | CC | 34 | 4C | 0 | 14 | 103 | 3E | 31 |
| Octal | 141 | 60 | 314 | 64 | 114 | 0 | 24 | 403 | 76 | 61 |
| Binary | 1100001 | 110000 | 11001100 | 110100 | 1001100 | 0 | 10100 | 100000011 | 111110 | 110001 |
Color Harmonies of #6130CC
Complementary color
Monochromatic Colors of #6130CC
Black with #6130CC
Text Example
Text Example
White with #6130CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6130CC; }
p { color: rgb(97,48,204); }
H1.HeaderClassName
{
color: #6130CC;
}
.AnyTagClassName
{
color: #6130CC;
}
</style>
background-color css
<style>
a { background-color: #6130CC; }
a { background-color: rgb(97,48,204); }
div.DivClassName
{
background-color: #6130CC;
}
.BgClassName
{
background-color: #6130CC;
}
</style>
border-color css
<style>
span { border-color: #6130CC; }
span { border-color: rgb(97,48,204); }
td.TdClassName
{
border-color: #6130CC;
}
.TagClassName
{
border-color: #6130CC;
}
</style>