Shades of Purple Heart #6123BC
Tints of Purple Heart #6123BC
RGB
CMYK
RGB Variations
Color information
#6123BC (or 0x6123BC) is known color: Purple Heart. HEX triplet: 61, 23 and BC. RGB value is (97,35,188). Sum of RGB (Red+Green+Blue) = 97+35+188=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #6123BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6123BC is #9EDC43. Grayscale: #464646. Windows color (decimal): -10411076 or 12329825. OLE color: 12329825.
HSL color Cylindrical-coordinate representation of color #6123BC: hue angle of 264.31º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6123BC is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 35 | 188 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.26 |
| HSL | 264.31º | 0.69% | 0.44% | - |
| HSV(B) | 264.31º | 0.81% | 0.74% | - |
| XYZ | 14.61 | 7.37 | 48.23 | - |
| YUV | 70.98 | 194.04 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 35 | 188 | 0.48 | 0.81 | 0 | 0.26 | 264.31 | 0.69 | 0.44 |
| Hex | 61 | 23 | BC | 30 | 51 | 0 | 1A | 108 | 45 | 2C |
| Octal | 141 | 43 | 274 | 60 | 121 | 0 | 32 | 410 | 105 | 54 |
| Binary | 1100001 | 100011 | 10111100 | 110000 | 1010001 | 0 | 11010 | 100001000 | 1000101 | 101100 |
Color Harmonies of #6123BC
Complementary color
Monochromatic Colors of #6123BC
Black with #6123BC
Text Example
Text Example
White with #6123BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6123BC; }
p { color: rgb(97,35,188); }
H1.HeaderClassName
{
color: #6123BC;
}
.AnyTagClassName
{
color: #6123BC;
}
</style>
background-color css
<style>
a { background-color: #6123BC; }
a { background-color: rgb(97,35,188); }
div.DivClassName
{
background-color: #6123BC;
}
.BgClassName
{
background-color: #6123BC;
}
</style>
border-color css
<style>
span { border-color: #6123BC; }
span { border-color: rgb(97,35,188); }
td.TdClassName
{
border-color: #6123BC;
}
.TagClassName
{
border-color: #6123BC;
}
</style>