Shades of Purple Heart #6226D0
Tints of Purple Heart #6226D0
RGB
CMYK
RGB Variations
Color information
#6226D0 (or 0x6226D0) is known color: Purple Heart. HEX triplet: 62, 26 and D0. RGB value is (98,38,208). Sum of RGB (Red+Green+Blue) = 98+38+208=344 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.49% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 208 (81.64% from 255 or 60.47% from 344); Max value from RGB is 208 - color contains mainly: blue. Hex color #6226D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6226D0 is #9DD92F. Grayscale: #4A4A4A. Windows color (decimal): -10344752 or 13641314. OLE color: 13641314.
HSL color Cylindrical-coordinate representation of color #6226D0: hue angle of 261.18º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6226D0 is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 38 | 208 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.18 |
| HSL | 261.18º | 0.69% | 0.48% | - |
| HSV(B) | 261.18º | 0.82% | 0.82% | - |
| XYZ | 17.12 | 8.54 | 60.42 | - |
| YUV | 75.32 | 202.88 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 38 | 208 | 0.53 | 0.82 | 0 | 0.18 | 261.18 | 0.69 | 0.48 |
| Hex | 62 | 26 | D0 | 35 | 52 | 0 | 12 | 105 | 45 | 30 |
| Octal | 142 | 46 | 320 | 65 | 122 | 0 | 22 | 405 | 105 | 60 |
| Binary | 1100010 | 100110 | 11010000 | 110101 | 1010010 | 0 | 10010 | 100000101 | 1000101 | 110000 |
Color Harmonies of #6226D0
Complementary color
Monochromatic Colors of #6226D0
Black with #6226D0
Text Example
Text Example
White with #6226D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6226D0; }
p { color: rgb(98,38,208); }
H1.HeaderClassName
{
color: #6226D0;
}
.AnyTagClassName
{
color: #6226D0;
}
</style>
background-color css
<style>
a { background-color: #6226D0; }
a { background-color: rgb(98,38,208); }
div.DivClassName
{
background-color: #6226D0;
}
.BgClassName
{
background-color: #6226D0;
}
</style>
border-color css
<style>
span { border-color: #6226D0; }
span { border-color: rgb(98,38,208); }
td.TdClassName
{
border-color: #6226D0;
}
.TagClassName
{
border-color: #6226D0;
}
</style>