Shades of Purple Heart #6340BC
Tints of Purple Heart #6340BC
RGB
CMYK
RGB Variations
Color information
#6340BC (or 0x6340BC) is known color: Purple Heart. HEX triplet: 63, 40 and BC. RGB value is (99,64,188). Sum of RGB (Red+Green+Blue) = 99+64+188=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #6340BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6340BC is #9CBF43. Grayscale: #585858. Windows color (decimal): -10272580 or 12337251. OLE color: 12337251.
HSL color Cylindrical-coordinate representation of color #6340BC: hue angle of 256.94º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6340BC is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 64 | 188 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.26 |
| HSL | 256.94º | 0.49% | 0.49% | - |
| HSV(B) | 256.94º | 0.66% | 0.74% | - |
| XYZ | 16.06 | 9.95 | 48.65 | - |
| YUV | 88.6 | 184.1 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 64 | 188 | 0.47 | 0.66 | 0 | 0.26 | 256.94 | 0.49 | 0.49 |
| Hex | 63 | 40 | BC | 2F | 42 | 0 | 1A | 101 | 31 | 31 |
| Octal | 143 | 100 | 274 | 57 | 102 | 0 | 32 | 401 | 61 | 61 |
| Binary | 1100011 | 1000000 | 10111100 | 101111 | 1000010 | 0 | 11010 | 100000001 | 110001 | 110001 |
Color Harmonies of #6340BC
Complementary color
Monochromatic Colors of #6340BC
Black with #6340BC
Text Example
Text Example
White with #6340BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6340BC; }
p { color: rgb(99,64,188); }
H1.HeaderClassName
{
color: #6340BC;
}
.AnyTagClassName
{
color: #6340BC;
}
</style>
background-color css
<style>
a { background-color: #6340BC; }
a { background-color: rgb(99,64,188); }
div.DivClassName
{
background-color: #6340BC;
}
.BgClassName
{
background-color: #6340BC;
}
</style>
border-color css
<style>
span { border-color: #6340BC; }
span { border-color: rgb(99,64,188); }
td.TdClassName
{
border-color: #6340BC;
}
.TagClassName
{
border-color: #6340BC;
}
</style>