Shades of Purple Heart #6438CA
Tints of Purple Heart #6438CA
RGB
CMYK
RGB Variations
Color information
#6438CA (or 0x6438CA) is known color: Purple Heart. HEX triplet: 64, 38 and CA. RGB value is (100,56,202). Sum of RGB (Red+Green+Blue) = 100+56+202=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #6438CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6438CA is #9BC735. Grayscale: #555555. Windows color (decimal): -10209078 or 13252708. OLE color: 13252708.
HSL color Cylindrical-coordinate representation of color #6438CA: hue angle of 258.08º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6438CA is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 56 | 202 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.21 |
| HSL | 258.08º | 0.58% | 0.51% | - |
| HSV(B) | 258.08º | 0.72% | 0.79% | - |
| XYZ | 17.33 | 9.8 | 56.86 | - |
| YUV | 85.8 | 193.58 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 56 | 202 | 0.50 | 0.72 | 0 | 0.21 | 258.08 | 0.58 | 0.51 |
| Hex | 64 | 38 | CA | 32 | 48 | 0 | 15 | 102 | 3A | 33 |
| Octal | 144 | 70 | 312 | 62 | 110 | 0 | 25 | 402 | 72 | 63 |
| Binary | 1100100 | 111000 | 11001010 | 110010 | 1001000 | 0 | 10101 | 100000010 | 111010 | 110011 |
Color Harmonies of #6438CA
Complementary color
Monochromatic Colors of #6438CA
Black with #6438CA
Text Example
Text Example
White with #6438CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6438CA; }
p { color: rgb(100,56,202); }
H1.HeaderClassName
{
color: #6438CA;
}
.AnyTagClassName
{
color: #6438CA;
}
</style>
background-color css
<style>
a { background-color: #6438CA; }
a { background-color: rgb(100,56,202); }
div.DivClassName
{
background-color: #6438CA;
}
.BgClassName
{
background-color: #6438CA;
}
</style>
border-color css
<style>
span { border-color: #6438CA; }
span { border-color: rgb(100,56,202); }
td.TdClassName
{
border-color: #6438CA;
}
.TagClassName
{
border-color: #6438CA;
}
</style>