Shades of Purple Heart #6342BE
Tints of Purple Heart #6342BE
RGB
CMYK
RGB Variations
Color information
#6342BE (or 0x6342BE) is known color: Purple Heart. HEX triplet: 63, 42 and BE. RGB value is (99,66,190). Sum of RGB (Red+Green+Blue) = 99+66+190=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #6342BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6342BE is #9CBD41. Grayscale: #595959. Windows color (decimal): -10272066 or 12468835. OLE color: 12468835.
HSL color Cylindrical-coordinate representation of color #6342BE: hue angle of 255.97º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6342BE is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 66 | 190 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.25 |
| HSL | 255.97º | 0.49% | 0.5% | - |
| HSV(B) | 255.97º | 0.65% | 0.75% | - |
| XYZ | 16.39 | 10.27 | 49.83 | - |
| YUV | 90 | 184.43 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 66 | 190 | 0.48 | 0.65 | 0 | 0.25 | 255.97 | 0.49 | 0.5 |
| Hex | 63 | 42 | BE | 30 | 41 | 0 | 19 | 100 | 31 | 32 |
| Octal | 143 | 102 | 276 | 60 | 101 | 0 | 31 | 400 | 61 | 62 |
| Binary | 1100011 | 1000010 | 10111110 | 110000 | 1000001 | 0 | 11001 | 100000000 | 110001 | 110010 |
Color Harmonies of #6342BE
Complementary color
Monochromatic Colors of #6342BE
Black with #6342BE
Text Example
Text Example
White with #6342BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6342BE; }
p { color: rgb(99,66,190); }
H1.HeaderClassName
{
color: #6342BE;
}
.AnyTagClassName
{
color: #6342BE;
}
</style>
background-color css
<style>
a { background-color: #6342BE; }
a { background-color: rgb(99,66,190); }
div.DivClassName
{
background-color: #6342BE;
}
.BgClassName
{
background-color: #6342BE;
}
</style>
border-color css
<style>
span { border-color: #6342BE; }
span { border-color: rgb(99,66,190); }
td.TdClassName
{
border-color: #6342BE;
}
.TagClassName
{
border-color: #6342BE;
}
</style>