Shades of Purple Heart #6340C0
Tints of Purple Heart #6340C0
RGB
CMYK
RGB Variations
Color information
#6340C0 (or 0x6340C0) is known color: Purple Heart. HEX triplet: 63, 40 and C0. RGB value is (99,64,192). Sum of RGB (Red+Green+Blue) = 99+64+192=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 192 (75.39% from 255 or 54.08% from 355); Max value from RGB is 192 - color contains mainly: blue. Hex color #6340C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6340C0 is #9CBF3F. Grayscale: #585858. Windows color (decimal): -10272576 or 12599395. OLE color: 12599395.
HSL color Cylindrical-coordinate representation of color #6340C0: hue angle of 256.41º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6340C0 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 64 | 192 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.25 |
| HSL | 256.41º | 0.5% | 0.5% | - |
| HSV(B) | 256.41º | 0.67% | 0.75% | - |
| XYZ | 16.49 | 10.13 | 50.95 | - |
| YUV | 89.06 | 186.1 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 64 | 192 | 0.48 | 0.67 | 0 | 0.25 | 256.41 | 0.5 | 0.5 |
| Hex | 63 | 40 | C0 | 30 | 43 | 0 | 19 | 100 | 32 | 32 |
| Octal | 143 | 100 | 300 | 60 | 103 | 0 | 31 | 400 | 62 | 62 |
| Binary | 1100011 | 1000000 | 11000000 | 110000 | 1000011 | 0 | 11001 | 100000000 | 110010 | 110010 |
Color Harmonies of #6340C0
Complementary color
Monochromatic Colors of #6340C0
Black with #6340C0
Text Example
Text Example
White with #6340C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6340C0; }
p { color: rgb(99,64,192); }
H1.HeaderClassName
{
color: #6340C0;
}
.AnyTagClassName
{
color: #6340C0;
}
</style>
background-color css
<style>
a { background-color: #6340C0; }
a { background-color: rgb(99,64,192); }
div.DivClassName
{
background-color: #6340C0;
}
.BgClassName
{
background-color: #6340C0;
}
</style>
border-color css
<style>
span { border-color: #6340C0; }
span { border-color: rgb(99,64,192); }
td.TdClassName
{
border-color: #6340C0;
}
.TagClassName
{
border-color: #6340C0;
}
</style>