Shades of Purple Heart #6104CF
Tints of Purple Heart #6104CF
RGB
CMYK
RGB Variations
Color information
#6104CF (or 0x6104CF) is known color: Purple Heart. HEX triplet: 61, 04 and CF. RGB value is (97,4,207). Sum of RGB (Red+Green+Blue) = 97+4+207=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 207 (81.25% from 255 or 67.21% from 308); Max value from RGB is 207 - color contains mainly: blue. Hex color #6104CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6104CF is #9EFB30. Grayscale: #363636. Windows color (decimal): -10418993 or 13567073. OLE color: 13567073.
HSL color Cylindrical-coordinate representation of color #6104CF: hue angle of 267.49º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6104CF is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 4 | 207 | - |
| CMYK | 0.53 | 0.98 | 0 | 0.19 |
| HSL | 267.49º | 0.96% | 0.41% | - |
| HSV(B) | 267.49º | 0.98% | 0.81% | - |
| XYZ | 16.24 | 7.13 | 59.55 | - |
| YUV | 54.95 | 213.81 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 4 | 207 | 0.53 | 0.98 | 0 | 0.19 | 267.49 | 0.96 | 0.41 |
| Hex | 61 | 4 | CF | 35 | 62 | 0 | 13 | 10B | 60 | 29 |
| Octal | 141 | 4 | 317 | 65 | 142 | 0 | 23 | 413 | 140 | 51 |
| Binary | 1100001 | 100 | 11001111 | 110101 | 1100010 | 0 | 10011 | 100001011 | 1100000 | 101001 |
Color Harmonies of #6104CF
Complementary color
Monochromatic Colors of #6104CF
Black with #6104CF
Text Example
Text Example
White with #6104CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6104CF; }
p { color: rgb(97,4,207); }
H1.HeaderClassName
{
color: #6104CF;
}
.AnyTagClassName
{
color: #6104CF;
}
</style>
background-color css
<style>
a { background-color: #6104CF; }
a { background-color: rgb(97,4,207); }
div.DivClassName
{
background-color: #6104CF;
}
.BgClassName
{
background-color: #6104CF;
}
</style>
border-color css
<style>
span { border-color: #6104CF; }
span { border-color: rgb(97,4,207); }
td.TdClassName
{
border-color: #6104CF;
}
.TagClassName
{
border-color: #6104CF;
}
</style>