Shades of Purple Heart #621BC7
Tints of Purple Heart #621BC7
RGB
CMYK
RGB Variations
Color information
#621BC7 (or 0x621BC7) is known color: Purple Heart. HEX triplet: 62, 1B and C7. RGB value is (98,27,199). Sum of RGB (Red+Green+Blue) = 98+27+199=324 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.25% from 324); Green value is 27 (10.94% from 255 or 8.33% from 324); Blue value is 199 (78.12% from 255 or 61.42% from 324); Max value from RGB is 199 - color contains mainly: blue. Hex color #621BC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621BC7 is #9DE438. Grayscale: #434343. Windows color (decimal): -10347577 or 13048674. OLE color: 13048674.
HSL color Cylindrical-coordinate representation of color #621BC7: hue angle of 264.77º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #621BC7 is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 98 | 27 | 199 | - |
| CMYK | 0.51 | 0.86 | 0 | 0.22 |
| HSL | 264.77º | 0.76% | 0.44% | - |
| HSV(B) | 264.77º | 0.86% | 0.78% | - |
| XYZ | 15.74 | 7.5 | 54.65 | - |
| YUV | 67.84 | 202.02 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 27 | 199 | 0.51 | 0.86 | 0 | 0.22 | 264.77 | 0.76 | 0.44 |
| Hex | 62 | 1B | C7 | 33 | 56 | 0 | 16 | 109 | 4C | 2C |
| Octal | 142 | 33 | 307 | 63 | 126 | 0 | 26 | 411 | 114 | 54 |
| Binary | 1100010 | 11011 | 11000111 | 110011 | 1010110 | 0 | 10110 | 100001001 | 1001100 | 101100 |
Color Harmonies of #621BC7
Complementary color
Monochromatic Colors of #621BC7
Black with #621BC7
Text Example
Text Example
White with #621BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621BC7; }
p { color: rgb(98,27,199); }
H1.HeaderClassName
{
color: #621BC7;
}
.AnyTagClassName
{
color: #621BC7;
}
</style>
background-color css
<style>
a { background-color: #621BC7; }
a { background-color: rgb(98,27,199); }
div.DivClassName
{
background-color: #621BC7;
}
.BgClassName
{
background-color: #621BC7;
}
</style>
border-color css
<style>
span { border-color: #621BC7; }
span { border-color: rgb(98,27,199); }
td.TdClassName
{
border-color: #621BC7;
}
.TagClassName
{
border-color: #621BC7;
}
</style>