Shades of Purple Heart #6224B4
Tints of Purple Heart #6224B4
RGB
CMYK
RGB Variations
Color information
#6224B4 (or 0x6224B4) is known color: Purple Heart. HEX triplet: 62, 24 and B4. RGB value is (98,36,180). Sum of RGB (Red+Green+Blue) = 98+36+180=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 180 (70.70% from 255 or 57.32% from 314); Max value from RGB is 180 - color contains mainly: blue. Hex color #6224B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6224B4 is #9DDB4B. Grayscale: #464646. Windows color (decimal): -10345292 or 11805794. OLE color: 11805794.
HSL color Cylindrical-coordinate representation of color #6224B4: hue angle of 265.83º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6224B4 is Cyan = 0.46, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 98 | 36 | 180 | - |
| CMYK | 0.46 | 0.8 | 0 | 0.29 |
| HSL | 265.83º | 0.67% | 0.42% | - |
| HSV(B) | 265.83º | 0.8% | 0.71% | - |
| XYZ | 13.91 | 7.15 | 43.83 | - |
| YUV | 70.95 | 189.54 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 36 | 180 | 0.46 | 0.8 | 0 | 0.29 | 265.83 | 0.67 | 0.42 |
| Hex | 62 | 24 | B4 | 2E | 50 | 0 | 1D | 10A | 43 | 2A |
| Octal | 142 | 44 | 264 | 56 | 120 | 0 | 35 | 412 | 103 | 52 |
| Binary | 1100010 | 100100 | 10110100 | 101110 | 1010000 | 0 | 11101 | 100001010 | 1000011 | 101010 |
Color Harmonies of #6224B4
Complementary color
Monochromatic Colors of #6224B4
Black with #6224B4
Text Example
Text Example
White with #6224B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6224B4; }
p { color: rgb(98,36,180); }
H1.HeaderClassName
{
color: #6224B4;
}
.AnyTagClassName
{
color: #6224B4;
}
</style>
background-color css
<style>
a { background-color: #6224B4; }
a { background-color: rgb(98,36,180); }
div.DivClassName
{
background-color: #6224B4;
}
.BgClassName
{
background-color: #6224B4;
}
</style>
border-color css
<style>
span { border-color: #6224B4; }
span { border-color: rgb(98,36,180); }
td.TdClassName
{
border-color: #6224B4;
}
.TagClassName
{
border-color: #6224B4;
}
</style>