Shades of Purple Heart #600CB1
Tints of Purple Heart #600CB1
RGB
CMYK
RGB Variations
Color information
#600CB1 (or 0x600CB1) is known color: Purple Heart. HEX triplet: 60, 0C and B1. RGB value is (96,12,177). Sum of RGB (Red+Green+Blue) = 96+12+177=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 177 (69.53% from 255 or 62.11% from 285); Max value from RGB is 177 - color contains mainly: blue. Hex color #600CB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600CB1 is #9FF34E. Grayscale: #373737. Windows color (decimal): -10482511 or 11603040. OLE color: 11603040.
HSL color Cylindrical-coordinate representation of color #600CB1: hue angle of 270.55º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #600CB1 is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 12 | 177 | - |
| CMYK | 0.46 | 0.93 | 0 | 0.31 |
| HSL | 270.55º | 0.87% | 0.37% | - |
| HSV(B) | 270.55º | 0.93% | 0.69% | - |
| XYZ | 12.89 | 5.92 | 42.06 | - |
| YUV | 55.93 | 196.33 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 12 | 177 | 0.46 | 0.93 | 0 | 0.31 | 270.55 | 0.87 | 0.37 |
| Hex | 60 | C | B1 | 2E | 5D | 0 | 1F | 10F | 57 | 25 |
| Octal | 140 | 14 | 261 | 56 | 135 | 0 | 37 | 417 | 127 | 45 |
| Binary | 1100000 | 1100 | 10110001 | 101110 | 1011101 | 0 | 11111 | 100001111 | 1010111 | 100101 |
Color Harmonies of #600CB1
Complementary color
Monochromatic Colors of #600CB1
Black with #600CB1
Text Example
Text Example
White with #600CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600CB1; }
p { color: rgb(96,12,177); }
H1.HeaderClassName
{
color: #600CB1;
}
.AnyTagClassName
{
color: #600CB1;
}
</style>
background-color css
<style>
a { background-color: #600CB1; }
a { background-color: rgb(96,12,177); }
div.DivClassName
{
background-color: #600CB1;
}
.BgClassName
{
background-color: #600CB1;
}
</style>
border-color css
<style>
span { border-color: #600CB1; }
span { border-color: rgb(96,12,177); }
td.TdClassName
{
border-color: #600CB1;
}
.TagClassName
{
border-color: #600CB1;
}
</style>