Shades of Purple Heart #6232D6
Tints of Purple Heart #6232D6
RGB
CMYK
RGB Variations
Color information
#6232D6 (or 0x6232D6) is known color: Purple Heart. HEX triplet: 62, 32 and D6. RGB value is (98,50,214). Sum of RGB (Red+Green+Blue) = 98+50+214=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 214 (83.98% from 255 or 59.12% from 362); Max value from RGB is 214 - color contains mainly: blue. Hex color #6232D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6232D6 is #9DCD29. Grayscale: #525252. Windows color (decimal): -10341674 or 14037602. OLE color: 14037602.
HSL color Cylindrical-coordinate representation of color #6232D6: hue angle of 257.56º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6232D6 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 98 | 50 | 214 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.16 |
| HSL | 257.56º | 0.67% | 0.52% | - |
| HSV(B) | 257.56º | 0.77% | 0.84% | - |
| XYZ | 18.32 | 9.73 | 64.53 | - |
| YUV | 83.05 | 201.9 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 50 | 214 | 0.54 | 0.77 | 0 | 0.16 | 257.56 | 0.67 | 0.52 |
| Hex | 62 | 32 | D6 | 36 | 4D | 0 | 10 | 102 | 43 | 34 |
| Octal | 142 | 62 | 326 | 66 | 115 | 0 | 20 | 402 | 103 | 64 |
| Binary | 1100010 | 110010 | 11010110 | 110110 | 1001101 | 0 | 10000 | 100000010 | 1000011 | 110100 |
Color Harmonies of #6232D6
Complementary color
Monochromatic Colors of #6232D6
Black with #6232D6
Text Example
Text Example
White with #6232D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6232D6; }
p { color: rgb(98,50,214); }
H1.HeaderClassName
{
color: #6232D6;
}
.AnyTagClassName
{
color: #6232D6;
}
</style>
background-color css
<style>
a { background-color: #6232D6; }
a { background-color: rgb(98,50,214); }
div.DivClassName
{
background-color: #6232D6;
}
.BgClassName
{
background-color: #6232D6;
}
</style>
border-color css
<style>
span { border-color: #6232D6; }
span { border-color: rgb(98,50,214); }
td.TdClassName
{
border-color: #6232D6;
}
.TagClassName
{
border-color: #6232D6;
}
</style>