Shades of Purple Heart #6030AC
Tints of Purple Heart #6030AC
RGB
CMYK
RGB Variations
Color information
#6030AC (or 0x6030AC) is known color: Purple Heart. HEX triplet: 60, 30 and AC. RGB value is (96,48,172). Sum of RGB (Red+Green+Blue) = 96+48+172=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #6030AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6030AC is #9FCF53. Grayscale: #4C4C4C. Windows color (decimal): -10473300 or 11284576. OLE color: 11284576.
HSL color Cylindrical-coordinate representation of color #6030AC: hue angle of 263.23º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6030AC is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 48 | 172 | - |
| CMYK | 0.44 | 0.72 | 0 | 0.33 |
| HSL | 263.23º | 0.56% | 0.43% | - |
| HSV(B) | 263.23º | 0.72% | 0.67% | - |
| XYZ | 13.33 | 7.58 | 39.79 | - |
| YUV | 76.49 | 181.9 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 48 | 172 | 0.44 | 0.72 | 0 | 0.33 | 263.23 | 0.56 | 0.43 |
| Hex | 60 | 30 | AC | 2C | 48 | 0 | 21 | 107 | 38 | 2B |
| Octal | 140 | 60 | 254 | 54 | 110 | 0 | 41 | 407 | 70 | 53 |
| Binary | 1100000 | 110000 | 10101100 | 101100 | 1001000 | 0 | 100001 | 100000111 | 111000 | 101011 |
Color Harmonies of #6030AC
Complementary color
Monochromatic Colors of #6030AC
Black with #6030AC
Text Example
Text Example
White with #6030AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6030AC; }
p { color: rgb(96,48,172); }
H1.HeaderClassName
{
color: #6030AC;
}
.AnyTagClassName
{
color: #6030AC;
}
</style>
background-color css
<style>
a { background-color: #6030AC; }
a { background-color: rgb(96,48,172); }
div.DivClassName
{
background-color: #6030AC;
}
.BgClassName
{
background-color: #6030AC;
}
</style>
border-color css
<style>
span { border-color: #6030AC; }
span { border-color: rgb(96,48,172); }
td.TdClassName
{
border-color: #6030AC;
}
.TagClassName
{
border-color: #6030AC;
}
</style>