Shades of Purple Heart #6023C3
Tints of Purple Heart #6023C3
RGB
CMYK
RGB Variations
Color information
#6023C3 (or 0x6023C3) is known color: Purple Heart. HEX triplet: 60, 23 and C3. RGB value is (96,35,195). Sum of RGB (Red+Green+Blue) = 96+35+195=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 195 (76.56% from 255 or 59.82% from 326); Max value from RGB is 195 - color contains mainly: blue. Hex color #6023C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6023C3 is #9FDC3C. Grayscale: #464646. Windows color (decimal): -10476605 or 12788576. OLE color: 12788576.
HSL color Cylindrical-coordinate representation of color #6023C3: hue angle of 262.88º degrees, saturation: 0.7, 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 #6023C3 is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 35 | 195 | - |
| CMYK | 0.51 | 0.82 | 0 | 0.24 |
| HSL | 262.88º | 0.7% | 0.45% | - |
| HSV(B) | 262.88º | 0.82% | 0.76% | - |
| XYZ | 15.28 | 7.63 | 52.3 | - |
| YUV | 71.48 | 197.71 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 35 | 195 | 0.51 | 0.82 | 0 | 0.24 | 262.88 | 0.7 | 0.45 |
| Hex | 60 | 23 | C3 | 33 | 52 | 0 | 18 | 107 | 46 | 2D |
| Octal | 140 | 43 | 303 | 63 | 122 | 0 | 30 | 407 | 106 | 55 |
| Binary | 1100000 | 100011 | 11000011 | 110011 | 1010010 | 0 | 11000 | 100000111 | 1000110 | 101101 |
Color Harmonies of #6023C3
Complementary color
Monochromatic Colors of #6023C3
Black with #6023C3
Text Example
Text Example
White with #6023C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6023C3; }
p { color: rgb(96,35,195); }
H1.HeaderClassName
{
color: #6023C3;
}
.AnyTagClassName
{
color: #6023C3;
}
</style>
background-color css
<style>
a { background-color: #6023C3; }
a { background-color: rgb(96,35,195); }
div.DivClassName
{
background-color: #6023C3;
}
.BgClassName
{
background-color: #6023C3;
}
</style>
border-color css
<style>
span { border-color: #6023C3; }
span { border-color: rgb(96,35,195); }
td.TdClassName
{
border-color: #6023C3;
}
.TagClassName
{
border-color: #6023C3;
}
</style>