Shades of Purple Heart #6331D7
Tints of Purple Heart #6331D7
RGB
CMYK
RGB Variations
Color information
#6331D7 (or 0x6331D7) is known color: Purple Heart. HEX triplet: 63, 31 and D7. RGB value is (99,49,215). Sum of RGB (Red+Green+Blue) = 99+49+215=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 215 (84.38% from 255 or 59.23% from 363); Max value from RGB is 215 - color contains mainly: blue. Hex color #6331D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6331D7 is #9CCE28. Grayscale: #525252. Windows color (decimal): -10276393 or 14102883. OLE color: 14102883.
HSL color Cylindrical-coordinate representation of color #6331D7: hue angle of 258.07º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6331D7 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 99 | 49 | 215 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.16 |
| HSL | 258.07º | 0.67% | 0.52% | - |
| HSV(B) | 258.07º | 0.77% | 0.84% | - |
| XYZ | 18.51 | 9.76 | 65.2 | - |
| YUV | 82.87 | 202.57 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 49 | 215 | 0.54 | 0.77 | 0 | 0.16 | 258.07 | 0.67 | 0.52 |
| Hex | 63 | 31 | D7 | 36 | 4D | 0 | 10 | 102 | 43 | 34 |
| Octal | 143 | 61 | 327 | 66 | 115 | 0 | 20 | 402 | 103 | 64 |
| Binary | 1100011 | 110001 | 11010111 | 110110 | 1001101 | 0 | 10000 | 100000010 | 1000011 | 110100 |
Color Harmonies of #6331D7
Complementary color
Monochromatic Colors of #6331D7
Black with #6331D7
Text Example
Text Example
White with #6331D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6331D7; }
p { color: rgb(99,49,215); }
H1.HeaderClassName
{
color: #6331D7;
}
.AnyTagClassName
{
color: #6331D7;
}
</style>
background-color css
<style>
a { background-color: #6331D7; }
a { background-color: rgb(99,49,215); }
div.DivClassName
{
background-color: #6331D7;
}
.BgClassName
{
background-color: #6331D7;
}
</style>
border-color css
<style>
span { border-color: #6331D7; }
span { border-color: rgb(99,49,215); }
td.TdClassName
{
border-color: #6331D7;
}
.TagClassName
{
border-color: #6331D7;
}
</style>