Shades of Purple Heart #621CBB
Tints of Purple Heart #621CBB
RGB
CMYK
RGB Variations
Color information
#621CBB (or 0x621CBB) is known color: Purple Heart. HEX triplet: 62, 1C and BB. RGB value is (98,28,187). Sum of RGB (Red+Green+Blue) = 98+28+187=313 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.31% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #621CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621CBB is #9DE344. Grayscale: #424242. Windows color (decimal): -10347333 or 12262498. OLE color: 12262498.
HSL color Cylindrical-coordinate representation of color #621CBB: hue angle of 266.42º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #621CBB is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 28 | 187 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.27 |
| HSL | 266.42º | 0.74% | 0.42% | - |
| HSV(B) | 266.42º | 0.85% | 0.73% | - |
| XYZ | 14.42 | 7.02 | 47.61 | - |
| YUV | 67.06 | 195.69 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 28 | 187 | 0.48 | 0.85 | 0 | 0.27 | 266.42 | 0.74 | 0.42 |
| Hex | 62 | 1C | BB | 30 | 55 | 0 | 1B | 10A | 4A | 2A |
| Octal | 142 | 34 | 273 | 60 | 125 | 0 | 33 | 412 | 112 | 52 |
| Binary | 1100010 | 11100 | 10111011 | 110000 | 1010101 | 0 | 11011 | 100001010 | 1001010 | 101010 |
Color Harmonies of #621CBB
Complementary color
Monochromatic Colors of #621CBB
Black with #621CBB
Text Example
Text Example
White with #621CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621CBB; }
p { color: rgb(98,28,187); }
H1.HeaderClassName
{
color: #621CBB;
}
.AnyTagClassName
{
color: #621CBB;
}
</style>
background-color css
<style>
a { background-color: #621CBB; }
a { background-color: rgb(98,28,187); }
div.DivClassName
{
background-color: #621CBB;
}
.BgClassName
{
background-color: #621CBB;
}
</style>
border-color css
<style>
span { border-color: #621CBB; }
span { border-color: rgb(98,28,187); }
td.TdClassName
{
border-color: #621CBB;
}
.TagClassName
{
border-color: #621CBB;
}
</style>