Shades of Purple Heart #6114CB
Tints of Purple Heart #6114CB
RGB
CMYK
RGB Variations
Color information
#6114CB (or 0x6114CB) is known color: Purple Heart. HEX triplet: 61, 14 and CB. RGB value is (97,20,203). Sum of RGB (Red+Green+Blue) = 97+20+203=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 203 (79.69% from 255 or 63.44% from 320); Max value from RGB is 203 - color contains mainly: blue. Hex color #6114CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6114CB is #9EEB34. Grayscale: #3F3F3F. Windows color (decimal): -10414901 or 13309025. OLE color: 13309025.
HSL color Cylindrical-coordinate representation of color #6114CB: hue angle of 265.25º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6114CB is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 20 | 203 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.20 |
| HSL | 265.25º | 0.82% | 0.44% | - |
| HSV(B) | 265.25º | 0.9% | 0.8% | - |
| XYZ | 15.96 | 7.35 | 57.08 | - |
| YUV | 63.89 | 206.51 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 20 | 203 | 0.52 | 0.90 | 0 | 0.20 | 265.25 | 0.82 | 0.44 |
| Hex | 61 | 14 | CB | 34 | 5A | 0 | 14 | 109 | 52 | 2C |
| Octal | 141 | 24 | 313 | 64 | 132 | 0 | 24 | 411 | 122 | 54 |
| Binary | 1100001 | 10100 | 11001011 | 110100 | 1011010 | 0 | 10100 | 100001001 | 1010010 | 101100 |
Color Harmonies of #6114CB
Complementary color
Monochromatic Colors of #6114CB
Black with #6114CB
Text Example
Text Example
White with #6114CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6114CB; }
p { color: rgb(97,20,203); }
H1.HeaderClassName
{
color: #6114CB;
}
.AnyTagClassName
{
color: #6114CB;
}
</style>
background-color css
<style>
a { background-color: #6114CB; }
a { background-color: rgb(97,20,203); }
div.DivClassName
{
background-color: #6114CB;
}
.BgClassName
{
background-color: #6114CB;
}
</style>
border-color css
<style>
span { border-color: #6114CB; }
span { border-color: rgb(97,20,203); }
td.TdClassName
{
border-color: #6114CB;
}
.TagClassName
{
border-color: #6114CB;
}
</style>