Shades of Purple Heart #6226B2
Tints of Purple Heart #6226B2
RGB
CMYK
RGB Variations
Color information
#6226B2 (or 0x6226B2) is known color: Purple Heart. HEX triplet: 62, 26 and B2. RGB value is (98,38,178). Sum of RGB (Red+Green+Blue) = 98+38+178=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 178 (69.92% from 255 or 56.69% from 314); Max value from RGB is 178 - color contains mainly: blue. Hex color #6226B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6226B2 is #9DD94D. Grayscale: #474747. Windows color (decimal): -10344782 or 11675234. OLE color: 11675234.
HSL color Cylindrical-coordinate representation of color #6226B2: hue angle of 265.71º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6226B2 is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 98 | 38 | 178 | - |
| CMYK | 0.45 | 0.79 | 0 | 0.30 |
| HSL | 265.71º | 0.65% | 0.42% | - |
| HSV(B) | 265.71º | 0.79% | 0.7% | - |
| XYZ | 13.77 | 7.2 | 42.78 | - |
| YUV | 71.9 | 187.88 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 38 | 178 | 0.45 | 0.79 | 0 | 0.30 | 265.71 | 0.65 | 0.42 |
| Hex | 62 | 26 | B2 | 2D | 4F | 0 | 1E | 10A | 41 | 2A |
| Octal | 142 | 46 | 262 | 55 | 117 | 0 | 36 | 412 | 101 | 52 |
| Binary | 1100010 | 100110 | 10110010 | 101101 | 1001111 | 0 | 11110 | 100001010 | 1000001 | 101010 |
Color Harmonies of #6226B2
Complementary color
Monochromatic Colors of #6226B2
Black with #6226B2
Text Example
Text Example
White with #6226B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6226B2; }
p { color: rgb(98,38,178); }
H1.HeaderClassName
{
color: #6226B2;
}
.AnyTagClassName
{
color: #6226B2;
}
</style>
background-color css
<style>
a { background-color: #6226B2; }
a { background-color: rgb(98,38,178); }
div.DivClassName
{
background-color: #6226B2;
}
.BgClassName
{
background-color: #6226B2;
}
</style>
border-color css
<style>
span { border-color: #6226B2; }
span { border-color: rgb(98,38,178); }
td.TdClassName
{
border-color: #6226B2;
}
.TagClassName
{
border-color: #6226B2;
}
</style>