Shades of Purple Heart #6203CD
Tints of Purple Heart #6203CD
RGB
CMYK
RGB Variations
Color information
#6203CD (or 0x6203CD) is known color: Purple Heart. HEX triplet: 62, 03 and CD. RGB value is (98,3,205). Sum of RGB (Red+Green+Blue) = 98+3+205=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 205 (80.47% from 255 or 66.99% from 306); Max value from RGB is 205 - color contains mainly: blue. Hex color #6203CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6203CD is #9DFC32. Grayscale: #353535. Windows color (decimal): -10353715 or 13435746. OLE color: 13435746.
HSL color Cylindrical-coordinate representation of color #6203CD: hue angle of 268.22º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6203CD is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 3 | 205 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.20 |
| HSL | 268.22º | 0.97% | 0.41% | - |
| HSV(B) | 268.22º | 0.99% | 0.8% | - |
| XYZ | 16.09 | 7.07 | 58.27 | - |
| YUV | 54.43 | 212.97 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 3 | 205 | 0.52 | 0.99 | 0 | 0.20 | 268.22 | 0.97 | 0.41 |
| Hex | 62 | 3 | CD | 34 | 63 | 0 | 14 | 10C | 61 | 29 |
| Octal | 142 | 3 | 315 | 64 | 143 | 0 | 24 | 414 | 141 | 51 |
| Binary | 1100010 | 11 | 11001101 | 110100 | 1100011 | 0 | 10100 | 100001100 | 1100001 | 101001 |
Color Harmonies of #6203CD
Complementary color
Monochromatic Colors of #6203CD
Black with #6203CD
Text Example
Text Example
White with #6203CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6203CD; }
p { color: rgb(98,3,205); }
H1.HeaderClassName
{
color: #6203CD;
}
.AnyTagClassName
{
color: #6203CD;
}
</style>
background-color css
<style>
a { background-color: #6203CD; }
a { background-color: rgb(98,3,205); }
div.DivClassName
{
background-color: #6203CD;
}
.BgClassName
{
background-color: #6203CD;
}
</style>
border-color css
<style>
span { border-color: #6203CD; }
span { border-color: rgb(98,3,205); }
td.TdClassName
{
border-color: #6203CD;
}
.TagClassName
{
border-color: #6203CD;
}
</style>