Shades of Purple Heart #6229B5
Tints of Purple Heart #6229B5
RGB
CMYK
RGB Variations
Color information
#6229B5 (or 0x6229B5) is known color: Purple Heart. HEX triplet: 62, 29 and B5. RGB value is (98,41,181). Sum of RGB (Red+Green+Blue) = 98+41+181=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 181 (71.09% from 255 or 56.56% from 320); Max value from RGB is 181 - color contains mainly: blue. Hex color #6229B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6229B5 is #9DD64A. Grayscale: #494949. Windows color (decimal): -10344011 or 11872610. OLE color: 11872610.
HSL color Cylindrical-coordinate representation of color #6229B5: hue angle of 264.43º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6229B5 is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 98 | 41 | 181 | - |
| CMYK | 0.46 | 0.77 | 0 | 0.29 |
| HSL | 264.43º | 0.63% | 0.44% | - |
| HSV(B) | 264.43º | 0.77% | 0.71% | - |
| XYZ | 14.17 | 7.52 | 44.42 | - |
| YUV | 74 | 188.38 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 41 | 181 | 0.46 | 0.77 | 0 | 0.29 | 264.43 | 0.63 | 0.44 |
| Hex | 62 | 29 | B5 | 2E | 4D | 0 | 1D | 108 | 3F | 2C |
| Octal | 142 | 51 | 265 | 56 | 115 | 0 | 35 | 410 | 77 | 54 |
| Binary | 1100010 | 101001 | 10110101 | 101110 | 1001101 | 0 | 11101 | 100001000 | 111111 | 101100 |
Color Harmonies of #6229B5
Complementary color
Monochromatic Colors of #6229B5
Black with #6229B5
Text Example
Text Example
White with #6229B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6229B5; }
p { color: rgb(98,41,181); }
H1.HeaderClassName
{
color: #6229B5;
}
.AnyTagClassName
{
color: #6229B5;
}
</style>
background-color css
<style>
a { background-color: #6229B5; }
a { background-color: rgb(98,41,181); }
div.DivClassName
{
background-color: #6229B5;
}
.BgClassName
{
background-color: #6229B5;
}
</style>
border-color css
<style>
span { border-color: #6229B5; }
span { border-color: rgb(98,41,181); }
td.TdClassName
{
border-color: #6229B5;
}
.TagClassName
{
border-color: #6229B5;
}
</style>