Shades of Purple Heart #6231B5
Tints of Purple Heart #6231B5
RGB
CMYK
RGB Variations
Color information
#6231B5 (or 0x6231B5) is known color: Purple Heart. HEX triplet: 62, 31 and B5. RGB value is (98,49,181). Sum of RGB (Red+Green+Blue) = 98+49+181=328 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.88% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 181 (71.09% from 255 or 55.18% from 328); Max value from RGB is 181 - color contains mainly: blue. Hex color #6231B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6231B5 is #9DCE4A. Grayscale: #4E4E4E. Windows color (decimal): -10341963 or 11874658. OLE color: 11874658.
HSL color Cylindrical-coordinate representation of color #6231B5: hue angle of 262.27º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6231B5 is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 98 | 49 | 181 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.29 |
| HSL | 262.27º | 0.57% | 0.45% | - |
| HSV(B) | 262.27º | 0.73% | 0.71% | - |
| XYZ | 14.48 | 8.13 | 44.52 | - |
| YUV | 78.7 | 185.73 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 49 | 181 | 0.46 | 0.73 | 0 | 0.29 | 262.27 | 0.57 | 0.45 |
| Hex | 62 | 31 | B5 | 2E | 49 | 0 | 1D | 106 | 39 | 2D |
| Octal | 142 | 61 | 265 | 56 | 111 | 0 | 35 | 406 | 71 | 55 |
| Binary | 1100010 | 110001 | 10110101 | 101110 | 1001001 | 0 | 11101 | 100000110 | 111001 | 101101 |
Color Harmonies of #6231B5
Complementary color
Monochromatic Colors of #6231B5
Black with #6231B5
Text Example
Text Example
White with #6231B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6231B5; }
p { color: rgb(98,49,181); }
H1.HeaderClassName
{
color: #6231B5;
}
.AnyTagClassName
{
color: #6231B5;
}
</style>
background-color css
<style>
a { background-color: #6231B5; }
a { background-color: rgb(98,49,181); }
div.DivClassName
{
background-color: #6231B5;
}
.BgClassName
{
background-color: #6231B5;
}
</style>
border-color css
<style>
span { border-color: #6231B5; }
span { border-color: rgb(98,49,181); }
td.TdClassName
{
border-color: #6231B5;
}
.TagClassName
{
border-color: #6231B5;
}
</style>