Shades of Purple Heart #6203B2
Tints of Purple Heart #6203B2
RGB
CMYK
RGB Variations
Color information
#6203B2 (or 0x6203B2) is known color: Purple Heart. HEX triplet: 62, 03 and B2. RGB value is (98,3,178). Sum of RGB (Red+Green+Blue) = 98+3+178=279 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.13% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 178 (69.92% from 255 or 63.80% from 279); Max value from RGB is 178 - color contains mainly: blue. Hex color #6203B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6203B2 is #9DFC4D. Grayscale: #323232. Windows color (decimal): -10353742 or 11666274. OLE color: 11666274.
HSL color Cylindrical-coordinate representation of color #6203B2: hue angle of 272.57º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6203B2 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 98 | 3 | 178 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.30 |
| HSL | 272.57º | 0.97% | 0.35% | - |
| HSV(B) | 272.57º | 0.98% | 0.7% | - |
| XYZ | 13.11 | 5.88 | 42.56 | - |
| YUV | 51.36 | 199.47 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 3 | 178 | 0.45 | 0.98 | 0 | 0.30 | 272.57 | 0.97 | 0.35 |
| Hex | 62 | 3 | B2 | 2D | 62 | 0 | 1E | 111 | 61 | 23 |
| Octal | 142 | 3 | 262 | 55 | 142 | 0 | 36 | 421 | 141 | 43 |
| Binary | 1100010 | 11 | 10110010 | 101101 | 1100010 | 0 | 11110 | 100010001 | 1100001 | 100011 |
Color Harmonies of #6203B2
Complementary color
Monochromatic Colors of #6203B2
Black with #6203B2
Text Example
Text Example
White with #6203B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6203B2; }
p { color: rgb(98,3,178); }
H1.HeaderClassName
{
color: #6203B2;
}
.AnyTagClassName
{
color: #6203B2;
}
</style>
background-color css
<style>
a { background-color: #6203B2; }
a { background-color: rgb(98,3,178); }
div.DivClassName
{
background-color: #6203B2;
}
.BgClassName
{
background-color: #6203B2;
}
</style>
border-color css
<style>
span { border-color: #6203B2; }
span { border-color: rgb(98,3,178); }
td.TdClassName
{
border-color: #6203B2;
}
.TagClassName
{
border-color: #6203B2;
}
</style>