Shades of Purple Heart #6211CD
Tints of Purple Heart #6211CD
RGB
CMYK
RGB Variations
Color information
#6211CD (or 0x6211CD) is known color: Purple Heart. HEX triplet: 62, 11 and CD. RGB value is (98,17,205). Sum of RGB (Red+Green+Blue) = 98+17+205=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #6211CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6211CD is #9DEE32. Grayscale: #3D3D3D. Windows color (decimal): -10350131 or 13439330. OLE color: 13439330.
HSL color Cylindrical-coordinate representation of color #6211CD: hue angle of 265.85º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6211CD is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 17 | 205 | - |
| CMYK | 0.52 | 0.92 | 0 | 0.20 |
| HSL | 265.85º | 0.85% | 0.44% | - |
| HSV(B) | 265.85º | 0.92% | 0.8% | - |
| XYZ | 16.26 | 7.41 | 58.33 | - |
| YUV | 62.65 | 208.34 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 17 | 205 | 0.52 | 0.92 | 0 | 0.20 | 265.85 | 0.85 | 0.44 |
| Hex | 62 | 11 | CD | 34 | 5C | 0 | 14 | 10A | 55 | 2C |
| Octal | 142 | 21 | 315 | 64 | 134 | 0 | 24 | 412 | 125 | 54 |
| Binary | 1100010 | 10001 | 11001101 | 110100 | 1011100 | 0 | 10100 | 100001010 | 1010101 | 101100 |
Color Harmonies of #6211CD
Complementary color
Monochromatic Colors of #6211CD
Black with #6211CD
Text Example
Text Example
White with #6211CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6211CD; }
p { color: rgb(98,17,205); }
H1.HeaderClassName
{
color: #6211CD;
}
.AnyTagClassName
{
color: #6211CD;
}
</style>
background-color css
<style>
a { background-color: #6211CD; }
a { background-color: rgb(98,17,205); }
div.DivClassName
{
background-color: #6211CD;
}
.BgClassName
{
background-color: #6211CD;
}
</style>
border-color css
<style>
span { border-color: #6211CD; }
span { border-color: rgb(98,17,205); }
td.TdClassName
{
border-color: #6211CD;
}
.TagClassName
{
border-color: #6211CD;
}
</style>