Shades of Purple Heart #600FC1
Tints of Purple Heart #600FC1
RGB
CMYK
RGB Variations
Color information
#600FC1 (or 0x600FC1) is known color: Purple Heart. HEX triplet: 60, 0F and C1. RGB value is (96,15,193). Sum of RGB (Red+Green+Blue) = 96+15+193=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 193 (75.78% from 255 or 63.49% from 304); Max value from RGB is 193 - color contains mainly: blue. Hex color #600FC1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600FC1 is #9FF03E. Grayscale: #3A3A3A. Windows color (decimal): -10481727 or 12652384. OLE color: 12652384.
HSL color Cylindrical-coordinate representation of color #600FC1: hue angle of 267.3º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600FC1 is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 15 | 193 | - |
| CMYK | 0.50 | 0.92 | 0 | 0.24 |
| HSL | 267.3º | 0.86% | 0.41% | - |
| HSV(B) | 267.3º | 0.92% | 0.76% | - |
| XYZ | 14.62 | 6.68 | 50.97 | - |
| YUV | 59.51 | 203.34 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 15 | 193 | 0.50 | 0.92 | 0 | 0.24 | 267.3 | 0.86 | 0.41 |
| Hex | 60 | F | C1 | 32 | 5C | 0 | 18 | 10B | 56 | 29 |
| Octal | 140 | 17 | 301 | 62 | 134 | 0 | 30 | 413 | 126 | 51 |
| Binary | 1100000 | 1111 | 11000001 | 110010 | 1011100 | 0 | 11000 | 100001011 | 1010110 | 101001 |
Color Harmonies of #600FC1
Complementary color
Monochromatic Colors of #600FC1
Black with #600FC1
Text Example
Text Example
White with #600FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600FC1; }
p { color: rgb(96,15,193); }
H1.HeaderClassName
{
color: #600FC1;
}
.AnyTagClassName
{
color: #600FC1;
}
</style>
background-color css
<style>
a { background-color: #600FC1; }
a { background-color: rgb(96,15,193); }
div.DivClassName
{
background-color: #600FC1;
}
.BgClassName
{
background-color: #600FC1;
}
</style>
border-color css
<style>
span { border-color: #600FC1; }
span { border-color: rgb(96,15,193); }
td.TdClassName
{
border-color: #600FC1;
}
.TagClassName
{
border-color: #600FC1;
}
</style>