Shades of Purple Heart #6105CC
Tints of Purple Heart #6105CC
RGB
CMYK
RGB Variations
Color information
#6105CC (or 0x6105CC) is known color: Purple Heart. HEX triplet: 61, 05 and CC. RGB value is (97,5,204). Sum of RGB (Red+Green+Blue) = 97+5+204=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #6105CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6105CC is #9EFA33. Grayscale: #363636. Windows color (decimal): -10418740 or 13370721. OLE color: 13370721.
HSL color Cylindrical-coordinate representation of color #6105CC: hue angle of 267.74º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6105CC is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 5 | 204 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.2 |
| HSL | 267.74º | 0.95% | 0.41% | - |
| HSV(B) | 267.74º | 0.98% | 0.8% | - |
| XYZ | 15.88 | 7.01 | 57.64 | - |
| YUV | 55.19 | 211.98 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 5 | 204 | 0.52 | 0.98 | 0 | 0.2 | 267.74 | 0.95 | 0.41 |
| Hex | 61 | 5 | CC | 34 | 62 | 0 | 14 | 10C | 5F | 29 |
| Octal | 141 | 5 | 314 | 64 | 142 | 0 | 24 | 414 | 137 | 51 |
| Binary | 1100001 | 101 | 11001100 | 110100 | 1100010 | 0 | 10100 | 100001100 | 1011111 | 101001 |
Color Harmonies of #6105CC
Complementary color
Monochromatic Colors of #6105CC
Black with #6105CC
Text Example
Text Example
White with #6105CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6105CC; }
p { color: rgb(97,5,204); }
H1.HeaderClassName
{
color: #6105CC;
}
.AnyTagClassName
{
color: #6105CC;
}
</style>
background-color css
<style>
a { background-color: #6105CC; }
a { background-color: rgb(97,5,204); }
div.DivClassName
{
background-color: #6105CC;
}
.BgClassName
{
background-color: #6105CC;
}
</style>
border-color css
<style>
span { border-color: #6105CC; }
span { border-color: rgb(97,5,204); }
td.TdClassName
{
border-color: #6105CC;
}
.TagClassName
{
border-color: #6105CC;
}
</style>