Shades of Purple Heart #6204BD
Tints of Purple Heart #6204BD
RGB
CMYK
RGB Variations
Color information
#6204BD (or 0x6204BD) is known color: Purple Heart. HEX triplet: 62, 04 and BD. RGB value is (98,4,189). Sum of RGB (Red+Green+Blue) = 98+4+189=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 189 (74.22% from 255 or 64.95% from 291); Max value from RGB is 189 - color contains mainly: blue. Hex color #6204BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6204BD is #9DFB42. Grayscale: #343434. Windows color (decimal): -10353475 or 12387426. OLE color: 12387426.
HSL color Cylindrical-coordinate representation of color #6204BD: hue angle of 270.49º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6204BD is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 4 | 189 | - |
| CMYK | 0.48 | 0.98 | 0 | 0.26 |
| HSL | 270.49º | 0.96% | 0.38% | - |
| HSV(B) | 270.49º | 0.98% | 0.74% | - |
| XYZ | 14.27 | 6.36 | 48.62 | - |
| YUV | 53.2 | 204.64 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 4 | 189 | 0.48 | 0.98 | 0 | 0.26 | 270.49 | 0.96 | 0.38 |
| Hex | 62 | 4 | BD | 30 | 62 | 0 | 1A | 10E | 60 | 26 |
| Octal | 142 | 4 | 275 | 60 | 142 | 0 | 32 | 416 | 140 | 46 |
| Binary | 1100010 | 100 | 10111101 | 110000 | 1100010 | 0 | 11010 | 100001110 | 1100000 | 100110 |
Color Harmonies of #6204BD
Complementary color
Monochromatic Colors of #6204BD
Black with #6204BD
Text Example
Text Example
White with #6204BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6204BD; }
p { color: rgb(98,4,189); }
H1.HeaderClassName
{
color: #6204BD;
}
.AnyTagClassName
{
color: #6204BD;
}
</style>
background-color css
<style>
a { background-color: #6204BD; }
a { background-color: rgb(98,4,189); }
div.DivClassName
{
background-color: #6204BD;
}
.BgClassName
{
background-color: #6204BD;
}
</style>
border-color css
<style>
span { border-color: #6204BD; }
span { border-color: rgb(98,4,189); }
td.TdClassName
{
border-color: #6204BD;
}
.TagClassName
{
border-color: #6204BD;
}
</style>