Shades of Purple Heart #6342CB
Tints of Purple Heart #6342CB
RGB
CMYK
RGB Variations
Color information
#6342CB (or 0x6342CB) is known color: Purple Heart. HEX triplet: 63, 42 and CB. RGB value is (99,66,203). Sum of RGB (Red+Green+Blue) = 99+66+203=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #6342CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6342CB is #9CBD34. Grayscale: #5A5A5A. Windows color (decimal): -10272053 or 13320803. OLE color: 13320803.
HSL color Cylindrical-coordinate representation of color #6342CB: hue angle of 254.45º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6342CB is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 66 | 203 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.20 |
| HSL | 254.45º | 0.57% | 0.53% | - |
| HSV(B) | 254.45º | 0.67% | 0.8% | - |
| XYZ | 17.87 | 10.86 | 57.65 | - |
| YUV | 91.49 | 190.93 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 66 | 203 | 0.51 | 0.67 | 0 | 0.20 | 254.45 | 0.57 | 0.53 |
| Hex | 63 | 42 | CB | 33 | 43 | 0 | 14 | FE | 39 | 35 |
| Octal | 143 | 102 | 313 | 63 | 103 | 0 | 24 | 376 | 71 | 65 |
| Binary | 1100011 | 1000010 | 11001011 | 110011 | 1000011 | 0 | 10100 | 11111110 | 111001 | 110101 |
Color Harmonies of #6342CB
Complementary color
Monochromatic Colors of #6342CB
Black with #6342CB
Text Example
Text Example
White with #6342CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6342CB; }
p { color: rgb(99,66,203); }
H1.HeaderClassName
{
color: #6342CB;
}
.AnyTagClassName
{
color: #6342CB;
}
</style>
background-color css
<style>
a { background-color: #6342CB; }
a { background-color: rgb(99,66,203); }
div.DivClassName
{
background-color: #6342CB;
}
.BgClassName
{
background-color: #6342CB;
}
</style>
border-color css
<style>
span { border-color: #6342CB; }
span { border-color: rgb(99,66,203); }
td.TdClassName
{
border-color: #6342CB;
}
.TagClassName
{
border-color: #6342CB;
}
</style>