Shades of Purple Heart #6205AC
Tints of Purple Heart #6205AC
RGB
CMYK
RGB Variations
Color information
#6205AC (or 0x6205AC) is known color: Purple Heart. HEX triplet: 62, 05 and AC. RGB value is (98,5,172). Sum of RGB (Red+Green+Blue) = 98+5+172=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #6205AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6205AC is #9DFA53. Grayscale: #333333. Windows color (decimal): -10353236 or 11273570. OLE color: 11273570.
HSL color Cylindrical-coordinate representation of color #6205AC: hue angle of 273.41º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6205AC is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 5 | 172 | - |
| CMYK | 0.43 | 0.97 | 0 | 0.33 |
| HSL | 273.41º | 0.94% | 0.35% | - |
| HSV(B) | 273.41º | 0.97% | 0.67% | - |
| XYZ | 12.54 | 5.68 | 39.47 | - |
| YUV | 51.85 | 195.81 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 5 | 172 | 0.43 | 0.97 | 0 | 0.33 | 273.41 | 0.94 | 0.35 |
| Hex | 62 | 5 | AC | 2B | 61 | 0 | 21 | 111 | 5E | 23 |
| Octal | 142 | 5 | 254 | 53 | 141 | 0 | 41 | 421 | 136 | 43 |
| Binary | 1100010 | 101 | 10101100 | 101011 | 1100001 | 0 | 100001 | 100010001 | 1011110 | 100011 |
Color Harmonies of #6205AC
Complementary color
Monochromatic Colors of #6205AC
Black with #6205AC
Text Example
Text Example
White with #6205AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6205AC; }
p { color: rgb(98,5,172); }
H1.HeaderClassName
{
color: #6205AC;
}
.AnyTagClassName
{
color: #6205AC;
}
</style>
background-color css
<style>
a { background-color: #6205AC; }
a { background-color: rgb(98,5,172); }
div.DivClassName
{
background-color: #6205AC;
}
.BgClassName
{
background-color: #6205AC;
}
</style>
border-color css
<style>
span { border-color: #6205AC; }
span { border-color: rgb(98,5,172); }
td.TdClassName
{
border-color: #6205AC;
}
.TagClassName
{
border-color: #6205AC;
}
</style>