Shades of Purple Heart #6010C3
Tints of Purple Heart #6010C3
RGB
CMYK
RGB Variations
Color information
#6010C3 (or 0x6010C3) is known color: Purple Heart. HEX triplet: 60, 10 and C3. RGB value is (96,16,195). Sum of RGB (Red+Green+Blue) = 96+16+195=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 195 (76.56% from 255 or 63.52% from 307); Max value from RGB is 195 - color contains mainly: blue. Hex color #6010C3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6010C3 is #9FEF3C. Grayscale: #3B3B3B. Windows color (decimal): -10481469 or 12783712. OLE color: 12783712.
HSL color Cylindrical-coordinate representation of color #6010C3: hue angle of 266.82º degrees, saturation: 0.85, 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 #6010C3 is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 16 | 195 | - |
| CMYK | 0.51 | 0.92 | 0 | 0.24 |
| HSL | 266.82º | 0.85% | 0.41% | - |
| HSV(B) | 266.82º | 0.92% | 0.76% | - |
| XYZ | 14.86 | 6.8 | 52.16 | - |
| YUV | 60.33 | 204 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 16 | 195 | 0.51 | 0.92 | 0 | 0.24 | 266.82 | 0.85 | 0.41 |
| Hex | 60 | 10 | C3 | 33 | 5C | 0 | 18 | 10B | 55 | 29 |
| Octal | 140 | 20 | 303 | 63 | 134 | 0 | 30 | 413 | 125 | 51 |
| Binary | 1100000 | 10000 | 11000011 | 110011 | 1011100 | 0 | 11000 | 100001011 | 1010101 | 101001 |
Color Harmonies of #6010C3
Complementary color
Monochromatic Colors of #6010C3
Black with #6010C3
Text Example
Text Example
White with #6010C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6010C3; }
p { color: rgb(96,16,195); }
H1.HeaderClassName
{
color: #6010C3;
}
.AnyTagClassName
{
color: #6010C3;
}
</style>
background-color css
<style>
a { background-color: #6010C3; }
a { background-color: rgb(96,16,195); }
div.DivClassName
{
background-color: #6010C3;
}
.BgClassName
{
background-color: #6010C3;
}
</style>
border-color css
<style>
span { border-color: #6010C3; }
span { border-color: rgb(96,16,195); }
td.TdClassName
{
border-color: #6010C3;
}
.TagClassName
{
border-color: #6010C3;
}
</style>