Shades of Purple Heart #6109CA
Tints of Purple Heart #6109CA
RGB
CMYK
RGB Variations
Color information
#6109CA (or 0x6109CA) is known color: Purple Heart. HEX triplet: 61, 09 and CA. RGB value is (97,9,202). Sum of RGB (Red+Green+Blue) = 97+9+202=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 202 (79.30% from 255 or 65.58% from 308); Max value from RGB is 202 - color contains mainly: blue. Hex color #6109CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6109CA is #9EF635. Grayscale: #383838. Windows color (decimal): -10417718 or 13240673. OLE color: 13240673.
HSL color Cylindrical-coordinate representation of color #6109CA: hue angle of 267.36º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6109CA is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 9 | 202 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.21 |
| HSL | 267.36º | 0.91% | 0.41% | - |
| HSV(B) | 267.36º | 0.96% | 0.79% | - |
| XYZ | 15.69 | 7 | 56.4 | - |
| YUV | 57.31 | 209.65 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 9 | 202 | 0.52 | 0.96 | 0 | 0.21 | 267.36 | 0.91 | 0.41 |
| Hex | 61 | 9 | CA | 34 | 60 | 0 | 15 | 10B | 5B | 29 |
| Octal | 141 | 11 | 312 | 64 | 140 | 0 | 25 | 413 | 133 | 51 |
| Binary | 1100001 | 1001 | 11001010 | 110100 | 1100000 | 0 | 10101 | 100001011 | 1011011 | 101001 |
Color Harmonies of #6109CA
Complementary color
Monochromatic Colors of #6109CA
Black with #6109CA
Text Example
Text Example
White with #6109CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6109CA; }
p { color: rgb(97,9,202); }
H1.HeaderClassName
{
color: #6109CA;
}
.AnyTagClassName
{
color: #6109CA;
}
</style>
background-color css
<style>
a { background-color: #6109CA; }
a { background-color: rgb(97,9,202); }
div.DivClassName
{
background-color: #6109CA;
}
.BgClassName
{
background-color: #6109CA;
}
</style>
border-color css
<style>
span { border-color: #6109CA; }
span { border-color: rgb(97,9,202); }
td.TdClassName
{
border-color: #6109CA;
}
.TagClassName
{
border-color: #6109CA;
}
</style>