Shades of Purple Heart #6438CC
Tints of Purple Heart #6438CC
RGB
CMYK
RGB Variations
Color information
#6438CC (or 0x6438CC) is known color: Purple Heart. HEX triplet: 64, 38 and CC. RGB value is (100,56,204). Sum of RGB (Red+Green+Blue) = 100+56+204=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #6438CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6438CC is #9BC733. Grayscale: #555555. Windows color (decimal): -10209076 or 13383780. OLE color: 13383780.
HSL color Cylindrical-coordinate representation of color #6438CC: hue angle of 257.84º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6438CC is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 56 | 204 | - |
| CMYK | 0.51 | 0.73 | 0 | 0.2 |
| HSL | 257.84º | 0.59% | 0.51% | - |
| HSV(B) | 257.84º | 0.73% | 0.8% | - |
| XYZ | 17.57 | 9.9 | 58.11 | - |
| YUV | 86.03 | 194.58 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 56 | 204 | 0.51 | 0.73 | 0 | 0.2 | 257.84 | 0.59 | 0.51 |
| Hex | 64 | 38 | CC | 33 | 49 | 0 | 14 | 102 | 3B | 33 |
| Octal | 144 | 70 | 314 | 63 | 111 | 0 | 24 | 402 | 73 | 63 |
| Binary | 1100100 | 111000 | 11001100 | 110011 | 1001001 | 0 | 10100 | 100000010 | 111011 | 110011 |
Color Harmonies of #6438CC
Complementary color
Monochromatic Colors of #6438CC
Black with #6438CC
Text Example
Text Example
White with #6438CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6438CC; }
p { color: rgb(100,56,204); }
H1.HeaderClassName
{
color: #6438CC;
}
.AnyTagClassName
{
color: #6438CC;
}
</style>
background-color css
<style>
a { background-color: #6438CC; }
a { background-color: rgb(100,56,204); }
div.DivClassName
{
background-color: #6438CC;
}
.BgClassName
{
background-color: #6438CC;
}
</style>
border-color css
<style>
span { border-color: #6438CC; }
span { border-color: rgb(100,56,204); }
td.TdClassName
{
border-color: #6438CC;
}
.TagClassName
{
border-color: #6438CC;
}
</style>