Shades of Purple Heart #6203D1
Tints of Purple Heart #6203D1
RGB
CMYK
RGB Variations
Color information
#6203D1 (or 0x6203D1) is known color: Purple Heart. HEX triplet: 62, 03 and D1. RGB value is (98,3,209). Sum of RGB (Red+Green+Blue) = 98+3+209=310 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.61% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 209 (82.03% from 255 or 67.42% from 310); Max value from RGB is 209 - color contains mainly: blue. Hex color #6203D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6203D1 is #9DFC2E. Grayscale: #363636. Windows color (decimal): -10353711 or 13697890. OLE color: 13697890.
HSL color Cylindrical-coordinate representation of color #6203D1: hue angle of 267.67º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6203D1 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 3 | 209 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.18 |
| HSL | 267.67º | 0.97% | 0.42% | - |
| HSV(B) | 267.67º | 0.99% | 0.82% | - |
| XYZ | 16.58 | 7.27 | 60.85 | - |
| YUV | 54.89 | 214.97 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 3 | 209 | 0.53 | 0.99 | 0 | 0.18 | 267.67 | 0.97 | 0.42 |
| Hex | 62 | 3 | D1 | 35 | 63 | 0 | 12 | 10C | 61 | 2A |
| Octal | 142 | 3 | 321 | 65 | 143 | 0 | 22 | 414 | 141 | 52 |
| Binary | 1100010 | 11 | 11010001 | 110101 | 1100011 | 0 | 10010 | 100001100 | 1100001 | 101010 |
Color Harmonies of #6203D1
Complementary color
Monochromatic Colors of #6203D1
Black with #6203D1
Text Example
Text Example
White with #6203D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6203D1; }
p { color: rgb(98,3,209); }
H1.HeaderClassName
{
color: #6203D1;
}
.AnyTagClassName
{
color: #6203D1;
}
</style>
background-color css
<style>
a { background-color: #6203D1; }
a { background-color: rgb(98,3,209); }
div.DivClassName
{
background-color: #6203D1;
}
.BgClassName
{
background-color: #6203D1;
}
</style>
border-color css
<style>
span { border-color: #6203D1; }
span { border-color: rgb(98,3,209); }
td.TdClassName
{
border-color: #6203D1;
}
.TagClassName
{
border-color: #6203D1;
}
</style>