Shades of Purple Heart #6342CA
Tints of Purple Heart #6342CA
RGB
CMYK
RGB Variations
Color information
#6342CA (or 0x6342CA) is known color: Purple Heart. HEX triplet: 63, 42 and CA. RGB value is (99,66,202). Sum of RGB (Red+Green+Blue) = 99+66+202=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #6342CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6342CA is #9CBD35. Grayscale: #5A5A5A. Windows color (decimal): -10272054 or 13255267. OLE color: 13255267.
HSL color Cylindrical-coordinate representation of color #6342CA: hue angle of 254.56º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6342CA is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 99 | 66 | 202 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.21 |
| HSL | 254.56º | 0.56% | 0.53% | - |
| HSV(B) | 254.56º | 0.67% | 0.79% | - |
| XYZ | 17.75 | 10.81 | 57.03 | - |
| YUV | 91.37 | 190.43 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 66 | 202 | 0.51 | 0.67 | 0 | 0.21 | 254.56 | 0.56 | 0.53 |
| Hex | 63 | 42 | CA | 33 | 43 | 0 | 15 | FF | 38 | 35 |
| Octal | 143 | 102 | 312 | 63 | 103 | 0 | 25 | 377 | 70 | 65 |
| Binary | 1100011 | 1000010 | 11001010 | 110011 | 1000011 | 0 | 10101 | 11111111 | 111000 | 110101 |
Color Harmonies of #6342CA
Complementary color
Monochromatic Colors of #6342CA
Black with #6342CA
Text Example
Text Example
White with #6342CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6342CA; }
p { color: rgb(99,66,202); }
H1.HeaderClassName
{
color: #6342CA;
}
.AnyTagClassName
{
color: #6342CA;
}
</style>
background-color css
<style>
a { background-color: #6342CA; }
a { background-color: rgb(99,66,202); }
div.DivClassName
{
background-color: #6342CA;
}
.BgClassName
{
background-color: #6342CA;
}
</style>
border-color css
<style>
span { border-color: #6342CA; }
span { border-color: rgb(99,66,202); }
td.TdClassName
{
border-color: #6342CA;
}
.TagClassName
{
border-color: #6342CA;
}
</style>