Shades of Purple Heart #6203BF
Tints of Purple Heart #6203BF
RGB
CMYK
RGB Variations
Color information
#6203BF (or 0x6203BF) is known color: Purple Heart. HEX triplet: 62, 03 and BF. RGB value is (98,3,191). Sum of RGB (Red+Green+Blue) = 98+3+191=292 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.56% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 191 (75% from 255 or 65.41% from 292); Max value from RGB is 191 - color contains mainly: blue. Hex color #6203BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6203BF is #9DFC40. Grayscale: #343434. Windows color (decimal): -10353729 or 12518242. OLE color: 12518242.
HSL color Cylindrical-coordinate representation of color #6203BF: hue angle of 270.32º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6203BF is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 3 | 191 | - |
| CMYK | 0.49 | 0.98 | 0 | 0.25 |
| HSL | 270.32º | 0.97% | 0.38% | - |
| HSV(B) | 270.32º | 0.98% | 0.75% | - |
| XYZ | 14.47 | 6.42 | 49.77 | - |
| YUV | 52.84 | 205.97 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 3 | 191 | 0.49 | 0.98 | 0 | 0.25 | 270.32 | 0.97 | 0.38 |
| Hex | 62 | 3 | BF | 31 | 62 | 0 | 19 | 10E | 61 | 26 |
| Octal | 142 | 3 | 277 | 61 | 142 | 0 | 31 | 416 | 141 | 46 |
| Binary | 1100010 | 11 | 10111111 | 110001 | 1100010 | 0 | 11001 | 100001110 | 1100001 | 100110 |
Color Harmonies of #6203BF
Complementary color
Monochromatic Colors of #6203BF
Black with #6203BF
Text Example
Text Example
White with #6203BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6203BF; }
p { color: rgb(98,3,191); }
H1.HeaderClassName
{
color: #6203BF;
}
.AnyTagClassName
{
color: #6203BF;
}
</style>
background-color css
<style>
a { background-color: #6203BF; }
a { background-color: rgb(98,3,191); }
div.DivClassName
{
background-color: #6203BF;
}
.BgClassName
{
background-color: #6203BF;
}
</style>
border-color css
<style>
span { border-color: #6203BF; }
span { border-color: rgb(98,3,191); }
td.TdClassName
{
border-color: #6203BF;
}
.TagClassName
{
border-color: #6203BF;
}
</style>