Shades of Purple Heart #6231AD
Tints of Purple Heart #6231AD
RGB
CMYK
RGB Variations
Color information
#6231AD (or 0x6231AD) is known color: Purple Heart. HEX triplet: 62, 31 and AD. RGB value is (98,49,173). Sum of RGB (Red+Green+Blue) = 98+49+173=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #6231AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6231AD is #9DCE52. Grayscale: #4D4D4D. Windows color (decimal): -10341971 or 11350370. OLE color: 11350370.
HSL color Cylindrical-coordinate representation of color #6231AD: hue angle of 263.71º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6231AD is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 49 | 173 | - |
| CMYK | 0.43 | 0.72 | 0 | 0.32 |
| HSL | 263.71º | 0.56% | 0.44% | - |
| HSV(B) | 263.71º | 0.72% | 0.68% | - |
| XYZ | 13.68 | 7.81 | 40.32 | - |
| YUV | 77.79 | 181.73 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 49 | 173 | 0.43 | 0.72 | 0 | 0.32 | 263.71 | 0.56 | 0.44 |
| Hex | 62 | 31 | AD | 2B | 48 | 0 | 20 | 108 | 38 | 2C |
| Octal | 142 | 61 | 255 | 53 | 110 | 0 | 40 | 410 | 70 | 54 |
| Binary | 1100010 | 110001 | 10101101 | 101011 | 1001000 | 0 | 100000 | 100001000 | 111000 | 101100 |
Color Harmonies of #6231AD
Complementary color
Monochromatic Colors of #6231AD
Black with #6231AD
Text Example
Text Example
White with #6231AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6231AD; }
p { color: rgb(98,49,173); }
H1.HeaderClassName
{
color: #6231AD;
}
.AnyTagClassName
{
color: #6231AD;
}
</style>
background-color css
<style>
a { background-color: #6231AD; }
a { background-color: rgb(98,49,173); }
div.DivClassName
{
background-color: #6231AD;
}
.BgClassName
{
background-color: #6231AD;
}
</style>
border-color css
<style>
span { border-color: #6231AD; }
span { border-color: rgb(98,49,173); }
td.TdClassName
{
border-color: #6231AD;
}
.TagClassName
{
border-color: #6231AD;
}
</style>