Shades of Purple Heart #6326CD
Tints of Purple Heart #6326CD
RGB
CMYK
RGB Variations
Color information
#6326CD (or 0x6326CD) is known color: Purple Heart. HEX triplet: 63, 26 and CD. RGB value is (99,38,205). Sum of RGB (Red+Green+Blue) = 99+38+205=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 205 (80.47% from 255 or 59.94% from 342); Max value from RGB is 205 - color contains mainly: blue. Hex color #6326CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6326CD is #9CD932. Grayscale: #4A4A4A. Windows color (decimal): -10279219 or 13444707. OLE color: 13444707.
HSL color Cylindrical-coordinate representation of color #6326CD: hue angle of 261.92º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6326CD is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 38 | 205 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.20 |
| HSL | 261.92º | 0.69% | 0.48% | - |
| HSV(B) | 261.92º | 0.81% | 0.8% | - |
| XYZ | 16.86 | 8.45 | 58.5 | - |
| YUV | 75.28 | 201.21 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 38 | 205 | 0.52 | 0.81 | 0 | 0.20 | 261.92 | 0.69 | 0.48 |
| Hex | 63 | 26 | CD | 34 | 51 | 0 | 14 | 106 | 45 | 30 |
| Octal | 143 | 46 | 315 | 64 | 121 | 0 | 24 | 406 | 105 | 60 |
| Binary | 1100011 | 100110 | 11001101 | 110100 | 1010001 | 0 | 10100 | 100000110 | 1000101 | 110000 |
Color Harmonies of #6326CD
Complementary color
Monochromatic Colors of #6326CD
Black with #6326CD
Text Example
Text Example
White with #6326CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6326CD; }
p { color: rgb(99,38,205); }
H1.HeaderClassName
{
color: #6326CD;
}
.AnyTagClassName
{
color: #6326CD;
}
</style>
background-color css
<style>
a { background-color: #6326CD; }
a { background-color: rgb(99,38,205); }
div.DivClassName
{
background-color: #6326CD;
}
.BgClassName
{
background-color: #6326CD;
}
</style>
border-color css
<style>
span { border-color: #6326CD; }
span { border-color: rgb(99,38,205); }
td.TdClassName
{
border-color: #6326CD;
}
.TagClassName
{
border-color: #6326CD;
}
</style>