Shades of Purple Heart #6109CB
Tints of Purple Heart #6109CB
RGB
CMYK
RGB Variations
Color information
#6109CB (or 0x6109CB) is known color: Purple Heart. HEX triplet: 61, 09 and CB. RGB value is (97,9,203). Sum of RGB (Red+Green+Blue) = 97+9+203=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 203 (79.69% from 255 or 65.70% from 309); Max value from RGB is 203 - color contains mainly: blue. Hex color #6109CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6109CB is #9EF634. Grayscale: #383838. Windows color (decimal): -10417717 or 13306209. OLE color: 13306209.
HSL color Cylindrical-coordinate representation of color #6109CB: hue angle of 267.22º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6109CB is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 9 | 203 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.20 |
| HSL | 267.22º | 0.92% | 0.42% | - |
| HSV(B) | 267.22º | 0.96% | 0.8% | - |
| XYZ | 15.81 | 7.05 | 57.03 | - |
| YUV | 57.43 | 210.15 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 9 | 203 | 0.52 | 0.96 | 0 | 0.20 | 267.22 | 0.92 | 0.42 |
| Hex | 61 | 9 | CB | 34 | 60 | 0 | 14 | 10B | 5C | 2A |
| Octal | 141 | 11 | 313 | 64 | 140 | 0 | 24 | 413 | 134 | 52 |
| Binary | 1100001 | 1001 | 11001011 | 110100 | 1100000 | 0 | 10100 | 100001011 | 1011100 | 101010 |
Color Harmonies of #6109CB
Complementary color
Monochromatic Colors of #6109CB
Black with #6109CB
Text Example
Text Example
White with #6109CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6109CB; }
p { color: rgb(97,9,203); }
H1.HeaderClassName
{
color: #6109CB;
}
.AnyTagClassName
{
color: #6109CB;
}
</style>
background-color css
<style>
a { background-color: #6109CB; }
a { background-color: rgb(97,9,203); }
div.DivClassName
{
background-color: #6109CB;
}
.BgClassName
{
background-color: #6109CB;
}
</style>
border-color css
<style>
span { border-color: #6109CB; }
span { border-color: rgb(97,9,203); }
td.TdClassName
{
border-color: #6109CB;
}
.TagClassName
{
border-color: #6109CB;
}
</style>