Shades of Purple Heart #6226BA
Tints of Purple Heart #6226BA
RGB
CMYK
RGB Variations
Color information
#6226BA (or 0x6226BA) is known color: Purple Heart. HEX triplet: 62, 26 and BA. RGB value is (98,38,186). Sum of RGB (Red+Green+Blue) = 98+38+186=322 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.43% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #6226BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6226BA is #9DD945. Grayscale: #484848. Windows color (decimal): -10344774 or 12199522. OLE color: 12199522.
HSL color Cylindrical-coordinate representation of color #6226BA: hue angle of 264.32º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6226BA is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 38 | 186 | - |
| CMYK | 0.47 | 0.80 | 0 | 0.27 |
| HSL | 264.32º | 0.66% | 0.44% | - |
| HSV(B) | 264.32º | 0.8% | 0.73% | - |
| XYZ | 14.59 | 7.53 | 47.14 | - |
| YUV | 72.81 | 191.88 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 38 | 186 | 0.47 | 0.80 | 0 | 0.27 | 264.32 | 0.66 | 0.44 |
| Hex | 62 | 26 | BA | 2F | 50 | 0 | 1B | 108 | 42 | 2C |
| Octal | 142 | 46 | 272 | 57 | 120 | 0 | 33 | 410 | 102 | 54 |
| Binary | 1100010 | 100110 | 10111010 | 101111 | 1010000 | 0 | 11011 | 100001000 | 1000010 | 101100 |
Color Harmonies of #6226BA
Complementary color
Monochromatic Colors of #6226BA
Black with #6226BA
Text Example
Text Example
White with #6226BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6226BA; }
p { color: rgb(98,38,186); }
H1.HeaderClassName
{
color: #6226BA;
}
.AnyTagClassName
{
color: #6226BA;
}
</style>
background-color css
<style>
a { background-color: #6226BA; }
a { background-color: rgb(98,38,186); }
div.DivClassName
{
background-color: #6226BA;
}
.BgClassName
{
background-color: #6226BA;
}
</style>
border-color css
<style>
span { border-color: #6226BA; }
span { border-color: rgb(98,38,186); }
td.TdClassName
{
border-color: #6226BA;
}
.TagClassName
{
border-color: #6226BA;
}
</style>