Shades of Purple Heart #600CBC
Tints of Purple Heart #600CBC
RGB
CMYK
RGB Variations
Color information
#600CBC (or 0x600CBC) is known color: Purple Heart. HEX triplet: 60, 0C and BC. RGB value is (96,12,188). Sum of RGB (Red+Green+Blue) = 96+12+188=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 188 (73.83% from 255 or 63.51% from 296); Max value from RGB is 188 - color contains mainly: blue. Hex color #600CBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600CBC is #9FF343. Grayscale: #383838. Windows color (decimal): -10482500 or 12323936. OLE color: 12323936.
HSL color Cylindrical-coordinate representation of color #600CBC: hue angle of 268.64º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600CBC is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 12 | 188 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.26 |
| HSL | 268.64º | 0.88% | 0.39% | - |
| HSV(B) | 268.64º | 0.94% | 0.74% | - |
| XYZ | 14.03 | 6.38 | 48.07 | - |
| YUV | 57.18 | 201.83 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 12 | 188 | 0.49 | 0.94 | 0 | 0.26 | 268.64 | 0.88 | 0.39 |
| Hex | 60 | C | BC | 31 | 5E | 0 | 1A | 10D | 58 | 27 |
| Octal | 140 | 14 | 274 | 61 | 136 | 0 | 32 | 415 | 130 | 47 |
| Binary | 1100000 | 1100 | 10111100 | 110001 | 1011110 | 0 | 11010 | 100001101 | 1011000 | 100111 |
Color Harmonies of #600CBC
Complementary color
Monochromatic Colors of #600CBC
Black with #600CBC
Text Example
Text Example
White with #600CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600CBC; }
p { color: rgb(96,12,188); }
H1.HeaderClassName
{
color: #600CBC;
}
.AnyTagClassName
{
color: #600CBC;
}
</style>
background-color css
<style>
a { background-color: #600CBC; }
a { background-color: rgb(96,12,188); }
div.DivClassName
{
background-color: #600CBC;
}
.BgClassName
{
background-color: #600CBC;
}
</style>
border-color css
<style>
span { border-color: #600CBC; }
span { border-color: rgb(96,12,188); }
td.TdClassName
{
border-color: #600CBC;
}
.TagClassName
{
border-color: #600CBC;
}
</style>