Shades of Purple Heart #6023C1
Tints of Purple Heart #6023C1
RGB
CMYK
RGB Variations
Color information
#6023C1 (or 0x6023C1) is known color: Purple Heart. HEX triplet: 60, 23 and C1. RGB value is (96,35,193). Sum of RGB (Red+Green+Blue) = 96+35+193=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 193 (75.78% from 255 or 59.57% from 324); Max value from RGB is 193 - color contains mainly: blue. Hex color #6023C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6023C1 is #9FDC3E. Grayscale: #464646. Windows color (decimal): -10476607 or 12657504. OLE color: 12657504.
HSL color Cylindrical-coordinate representation of color #6023C1: hue angle of 263.16º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6023C1 is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 35 | 193 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.24 |
| HSL | 263.16º | 0.69% | 0.45% | - |
| HSV(B) | 263.16º | 0.82% | 0.76% | - |
| XYZ | 15.05 | 7.54 | 51.11 | - |
| YUV | 71.25 | 196.71 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 35 | 193 | 0.50 | 0.82 | 0 | 0.24 | 263.16 | 0.69 | 0.45 |
| Hex | 60 | 23 | C1 | 32 | 52 | 0 | 18 | 107 | 45 | 2D |
| Octal | 140 | 43 | 301 | 62 | 122 | 0 | 30 | 407 | 105 | 55 |
| Binary | 1100000 | 100011 | 11000001 | 110010 | 1010010 | 0 | 11000 | 100000111 | 1000101 | 101101 |
Color Harmonies of #6023C1
Complementary color
Monochromatic Colors of #6023C1
Black with #6023C1
Text Example
Text Example
White with #6023C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6023C1; }
p { color: rgb(96,35,193); }
H1.HeaderClassName
{
color: #6023C1;
}
.AnyTagClassName
{
color: #6023C1;
}
</style>
background-color css
<style>
a { background-color: #6023C1; }
a { background-color: rgb(96,35,193); }
div.DivClassName
{
background-color: #6023C1;
}
.BgClassName
{
background-color: #6023C1;
}
</style>
border-color css
<style>
span { border-color: #6023C1; }
span { border-color: rgb(96,35,193); }
td.TdClassName
{
border-color: #6023C1;
}
.TagClassName
{
border-color: #6023C1;
}
</style>