Shades of Purple Heart #6203CB
Tints of Purple Heart #6203CB
RGB
CMYK
RGB Variations
Color information
#6203CB (or 0x6203CB) is known color: Purple Heart. HEX triplet: 62, 03 and CB. RGB value is (98,3,203). Sum of RGB (Red+Green+Blue) = 98+3+203=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 203 (79.69% from 255 or 66.78% from 304); Max value from RGB is 203 - color contains mainly: blue. Hex color #6203CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6203CB is #9DFC34. Grayscale: #353535. Windows color (decimal): -10353717 or 13304674. OLE color: 13304674.
HSL color Cylindrical-coordinate representation of color #6203CB: hue angle of 268.5º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6203CB is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 3 | 203 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.20 |
| HSL | 268.5º | 0.97% | 0.4% | - |
| HSV(B) | 268.5º | 0.99% | 0.8% | - |
| XYZ | 15.85 | 6.97 | 57.01 | - |
| YUV | 54.21 | 211.97 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 3 | 203 | 0.52 | 0.99 | 0 | 0.20 | 268.5 | 0.97 | 0.4 |
| Hex | 62 | 3 | CB | 34 | 63 | 0 | 14 | 10C | 61 | 28 |
| Octal | 142 | 3 | 313 | 64 | 143 | 0 | 24 | 414 | 141 | 50 |
| Binary | 1100010 | 11 | 11001011 | 110100 | 1100011 | 0 | 10100 | 100001100 | 1100001 | 101000 |
Color Harmonies of #6203CB
Complementary color
Monochromatic Colors of #6203CB
Black with #6203CB
Text Example
Text Example
White with #6203CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6203CB; }
p { color: rgb(98,3,203); }
H1.HeaderClassName
{
color: #6203CB;
}
.AnyTagClassName
{
color: #6203CB;
}
</style>
background-color css
<style>
a { background-color: #6203CB; }
a { background-color: rgb(98,3,203); }
div.DivClassName
{
background-color: #6203CB;
}
.BgClassName
{
background-color: #6203CB;
}
</style>
border-color css
<style>
span { border-color: #6203CB; }
span { border-color: rgb(98,3,203); }
td.TdClassName
{
border-color: #6203CB;
}
.TagClassName
{
border-color: #6203CB;
}
</style>