Shades of Purple Heart #6226AC
Tints of Purple Heart #6226AC
RGB
CMYK
RGB Variations
Color information
#6226AC (or 0x6226AC) is known color: Purple Heart. HEX triplet: 62, 26 and AC. RGB value is (98,38,172). Sum of RGB (Red+Green+Blue) = 98+38+172=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #6226AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6226AC is #9DD953. Grayscale: #464646. Windows color (decimal): -10344788 or 11282018. OLE color: 11282018.
HSL color Cylindrical-coordinate representation of color #6226AC: hue angle of 266.87º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6226AC is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 38 | 172 | - |
| CMYK | 0.43 | 0.78 | 0 | 0.33 |
| HSL | 266.87º | 0.64% | 0.41% | - |
| HSV(B) | 266.87º | 0.78% | 0.67% | - |
| XYZ | 13.18 | 6.96 | 39.68 | - |
| YUV | 71.22 | 184.88 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 38 | 172 | 0.43 | 0.78 | 0 | 0.33 | 266.87 | 0.64 | 0.41 |
| Hex | 62 | 26 | AC | 2B | 4E | 0 | 21 | 10B | 40 | 29 |
| Octal | 142 | 46 | 254 | 53 | 116 | 0 | 41 | 413 | 100 | 51 |
| Binary | 1100010 | 100110 | 10101100 | 101011 | 1001110 | 0 | 100001 | 100001011 | 1000000 | 101001 |
Color Harmonies of #6226AC
Complementary color
Monochromatic Colors of #6226AC
Black with #6226AC
Text Example
Text Example
White with #6226AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6226AC; }
p { color: rgb(98,38,172); }
H1.HeaderClassName
{
color: #6226AC;
}
.AnyTagClassName
{
color: #6226AC;
}
</style>
background-color css
<style>
a { background-color: #6226AC; }
a { background-color: rgb(98,38,172); }
div.DivClassName
{
background-color: #6226AC;
}
.BgClassName
{
background-color: #6226AC;
}
</style>
border-color css
<style>
span { border-color: #6226AC; }
span { border-color: rgb(98,38,172); }
td.TdClassName
{
border-color: #6226AC;
}
.TagClassName
{
border-color: #6226AC;
}
</style>