Shades of Purple Heart #6203CC
Tints of Purple Heart #6203CC
RGB
CMYK
RGB Variations
Color information
#6203CC (or 0x6203CC) is known color: Purple Heart. HEX triplet: 62, 03 and CC. RGB value is (98,3,204). Sum of RGB (Red+Green+Blue) = 98+3+204=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #6203CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6203CC is #9DFC33. Grayscale: #353535. Windows color (decimal): -10353716 or 13370210. OLE color: 13370210.
HSL color Cylindrical-coordinate representation of color #6203CC: hue angle of 268.36º 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 #6203CC is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 3 | 204 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.2 |
| HSL | 268.36º | 0.97% | 0.41% | - |
| HSV(B) | 268.36º | 0.99% | 0.8% | - |
| XYZ | 15.97 | 7.02 | 57.64 | - |
| YUV | 54.32 | 212.47 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 3 | 204 | 0.52 | 0.99 | 0 | 0.2 | 268.36 | 0.97 | 0.41 |
| Hex | 62 | 3 | CC | 34 | 63 | 0 | 14 | 10C | 61 | 29 |
| Octal | 142 | 3 | 314 | 64 | 143 | 0 | 24 | 414 | 141 | 51 |
| Binary | 1100010 | 11 | 11001100 | 110100 | 1100011 | 0 | 10100 | 100001100 | 1100001 | 101001 |
Color Harmonies of #6203CC
Complementary color
Monochromatic Colors of #6203CC
Black with #6203CC
Text Example
Text Example
White with #6203CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6203CC; }
p { color: rgb(98,3,204); }
H1.HeaderClassName
{
color: #6203CC;
}
.AnyTagClassName
{
color: #6203CC;
}
</style>
background-color css
<style>
a { background-color: #6203CC; }
a { background-color: rgb(98,3,204); }
div.DivClassName
{
background-color: #6203CC;
}
.BgClassName
{
background-color: #6203CC;
}
</style>
border-color css
<style>
span { border-color: #6203CC; }
span { border-color: rgb(98,3,204); }
td.TdClassName
{
border-color: #6203CC;
}
.TagClassName
{
border-color: #6203CC;
}
</style>