Shades of Purple Heart #6208BD
Tints of Purple Heart #6208BD
RGB
CMYK
RGB Variations
Color information
#6208BD (or 0x6208BD) is known color: Purple Heart. HEX triplet: 62, 08 and BD. RGB value is (98,8,189). Sum of RGB (Red+Green+Blue) = 98+8+189=295 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.22% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 189 (74.22% from 255 or 64.07% from 295); Max value from RGB is 189 - color contains mainly: blue. Hex color #6208BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6208BD is #9DF742. Grayscale: #363636. Windows color (decimal): -10352451 or 12388450. OLE color: 12388450.
HSL color Cylindrical-coordinate representation of color #6208BD: hue angle of 269.83º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6208BD is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 8 | 189 | - |
| CMYK | 0.48 | 0.96 | 0 | 0.26 |
| HSL | 269.83º | 0.92% | 0.39% | - |
| HSV(B) | 269.83º | 0.96% | 0.74% | - |
| XYZ | 14.31 | 6.44 | 48.63 | - |
| YUV | 55.54 | 203.32 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 8 | 189 | 0.48 | 0.96 | 0 | 0.26 | 269.83 | 0.92 | 0.39 |
| Hex | 62 | 8 | BD | 30 | 60 | 0 | 1A | 10E | 5C | 27 |
| Octal | 142 | 10 | 275 | 60 | 140 | 0 | 32 | 416 | 134 | 47 |
| Binary | 1100010 | 1000 | 10111101 | 110000 | 1100000 | 0 | 11010 | 100001110 | 1011100 | 100111 |
Color Harmonies of #6208BD
Complementary color
Monochromatic Colors of #6208BD
Black with #6208BD
Text Example
Text Example
White with #6208BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6208BD; }
p { color: rgb(98,8,189); }
H1.HeaderClassName
{
color: #6208BD;
}
.AnyTagClassName
{
color: #6208BD;
}
</style>
background-color css
<style>
a { background-color: #6208BD; }
a { background-color: rgb(98,8,189); }
div.DivClassName
{
background-color: #6208BD;
}
.BgClassName
{
background-color: #6208BD;
}
</style>
border-color css
<style>
span { border-color: #6208BD; }
span { border-color: rgb(98,8,189); }
td.TdClassName
{
border-color: #6208BD;
}
.TagClassName
{
border-color: #6208BD;
}
</style>