Shades of Purple Heart #6203CE
Tints of Purple Heart #6203CE
RGB
CMYK
RGB Variations
Color information
#6203CE (or 0x6203CE) is known color: Purple Heart. HEX triplet: 62, 03 and CE. RGB value is (98,3,206). Sum of RGB (Red+Green+Blue) = 98+3+206=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #6203CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6203CE is #9DFC31. Grayscale: #353535. Windows color (decimal): -10353714 or 13501282. OLE color: 13501282.
HSL color Cylindrical-coordinate representation of color #6203CE: hue angle of 268.08º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6203CE is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 3 | 206 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.19 |
| HSL | 268.08º | 0.97% | 0.41% | - |
| HSV(B) | 268.08º | 0.99% | 0.81% | - |
| XYZ | 16.21 | 7.12 | 58.91 | - |
| YUV | 54.55 | 213.47 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 3 | 206 | 0.52 | 0.99 | 0 | 0.19 | 268.08 | 0.97 | 0.41 |
| Hex | 62 | 3 | CE | 34 | 63 | 0 | 13 | 10C | 61 | 29 |
| Octal | 142 | 3 | 316 | 64 | 143 | 0 | 23 | 414 | 141 | 51 |
| Binary | 1100010 | 11 | 11001110 | 110100 | 1100011 | 0 | 10011 | 100001100 | 1100001 | 101001 |
Color Harmonies of #6203CE
Complementary color
Monochromatic Colors of #6203CE
Black with #6203CE
Text Example
Text Example
White with #6203CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6203CE; }
p { color: rgb(98,3,206); }
H1.HeaderClassName
{
color: #6203CE;
}
.AnyTagClassName
{
color: #6203CE;
}
</style>
background-color css
<style>
a { background-color: #6203CE; }
a { background-color: rgb(98,3,206); }
div.DivClassName
{
background-color: #6203CE;
}
.BgClassName
{
background-color: #6203CE;
}
</style>
border-color css
<style>
span { border-color: #6203CE; }
span { border-color: rgb(98,3,206); }
td.TdClassName
{
border-color: #6203CE;
}
.TagClassName
{
border-color: #6203CE;
}
</style>