Shades of Purple Heart #6342BB
Tints of Purple Heart #6342BB
RGB
CMYK
RGB Variations
Color information
#6342BB (or 0x6342BB) is known color: Purple Heart. HEX triplet: 63, 42 and BB. RGB value is (99,66,187). Sum of RGB (Red+Green+Blue) = 99+66+187=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #6342BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6342BB is #9CBD44. Grayscale: #595959. Windows color (decimal): -10272069 or 12272227. OLE color: 12272227.
HSL color Cylindrical-coordinate representation of color #6342BB: hue angle of 256.36º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6342BB is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 66 | 187 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.27 |
| HSL | 256.36º | 0.48% | 0.5% | - |
| HSV(B) | 256.36º | 0.65% | 0.73% | - |
| XYZ | 16.06 | 10.14 | 48.12 | - |
| YUV | 89.66 | 182.93 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 66 | 187 | 0.47 | 0.65 | 0 | 0.27 | 256.36 | 0.48 | 0.5 |
| Hex | 63 | 42 | BB | 2F | 41 | 0 | 1B | 100 | 30 | 32 |
| Octal | 143 | 102 | 273 | 57 | 101 | 0 | 33 | 400 | 60 | 62 |
| Binary | 1100011 | 1000010 | 10111011 | 101111 | 1000001 | 0 | 11011 | 100000000 | 110000 | 110010 |
Color Harmonies of #6342BB
Complementary color
Monochromatic Colors of #6342BB
Black with #6342BB
Text Example
Text Example
White with #6342BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6342BB; }
p { color: rgb(99,66,187); }
H1.HeaderClassName
{
color: #6342BB;
}
.AnyTagClassName
{
color: #6342BB;
}
</style>
background-color css
<style>
a { background-color: #6342BB; }
a { background-color: rgb(99,66,187); }
div.DivClassName
{
background-color: #6342BB;
}
.BgClassName
{
background-color: #6342BB;
}
</style>
border-color css
<style>
span { border-color: #6342BB; }
span { border-color: rgb(99,66,187); }
td.TdClassName
{
border-color: #6342BB;
}
.TagClassName
{
border-color: #6342BB;
}
</style>