Shades of Purple Heart #6323DD
Tints of Purple Heart #6323DD
RGB
CMYK
RGB Variations
Color information
#6323DD (or 0x6323DD) is known color: Purple Heart. HEX triplet: 63, 23 and DD. RGB value is (99,35,221). Sum of RGB (Red+Green+Blue) = 99+35+221=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #6323DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6323DD is #9CDC22. Grayscale: #4A4A4A. Windows color (decimal): -10279971 or 14492515. OLE color: 14492515.
HSL color Cylindrical-coordinate representation of color #6323DD: hue angle of 260.65º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6323DD is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 35 | 221 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.13 |
| HSL | 260.65º | 0.73% | 0.5% | - |
| HSV(B) | 260.65º | 0.84% | 0.87% | - |
| XYZ | 18.8 | 9.08 | 69.17 | - |
| YUV | 75.34 | 210.2 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 35 | 221 | 0.55 | 0.84 | 0 | 0.13 | 260.65 | 0.73 | 0.5 |
| Hex | 63 | 23 | DD | 37 | 54 | 0 | D | 105 | 49 | 32 |
| Octal | 143 | 43 | 335 | 67 | 124 | 0 | 15 | 405 | 111 | 62 |
| Binary | 1100011 | 100011 | 11011101 | 110111 | 1010100 | 0 | 1101 | 100000101 | 1001001 | 110010 |
Color Harmonies of #6323DD
Complementary color
Monochromatic Colors of #6323DD
Black with #6323DD
Text Example
Text Example
White with #6323DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6323DD; }
p { color: rgb(99,35,221); }
H1.HeaderClassName
{
color: #6323DD;
}
.AnyTagClassName
{
color: #6323DD;
}
</style>
background-color css
<style>
a { background-color: #6323DD; }
a { background-color: rgb(99,35,221); }
div.DivClassName
{
background-color: #6323DD;
}
.BgClassName
{
background-color: #6323DD;
}
</style>
border-color css
<style>
span { border-color: #6323DD; }
span { border-color: rgb(99,35,221); }
td.TdClassName
{
border-color: #6323DD;
}
.TagClassName
{
border-color: #6323DD;
}
</style>