Shades of Purple Heart #6441CC
Tints of Purple Heart #6441CC
RGB
CMYK
RGB Variations
Color information
#6441CC (or 0x6441CC) is known color: Purple Heart. HEX triplet: 64, 41 and CC. RGB value is (100,65,204). Sum of RGB (Red+Green+Blue) = 100+65+204=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #6441CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6441CC is #9BBE33. Grayscale: #5A5A5A. Windows color (decimal): -10206772 or 13386084. OLE color: 13386084.
HSL color Cylindrical-coordinate representation of color #6441CC: hue angle of 255.11º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6441CC is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 65 | 204 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.2 |
| HSL | 255.11º | 0.58% | 0.53% | - |
| HSV(B) | 255.11º | 0.68% | 0.8% | - |
| XYZ | 18.04 | 10.85 | 58.27 | - |
| YUV | 91.31 | 191.6 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 65 | 204 | 0.51 | 0.68 | 0 | 0.2 | 255.11 | 0.58 | 0.53 |
| Hex | 64 | 41 | CC | 33 | 44 | 0 | 14 | FF | 3A | 35 |
| Octal | 144 | 101 | 314 | 63 | 104 | 0 | 24 | 377 | 72 | 65 |
| Binary | 1100100 | 1000001 | 11001100 | 110011 | 1000100 | 0 | 10100 | 11111111 | 111010 | 110101 |
Color Harmonies of #6441CC
Complementary color
Monochromatic Colors of #6441CC
Black with #6441CC
Text Example
Text Example
White with #6441CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6441CC; }
p { color: rgb(100,65,204); }
H1.HeaderClassName
{
color: #6441CC;
}
.AnyTagClassName
{
color: #6441CC;
}
</style>
background-color css
<style>
a { background-color: #6441CC; }
a { background-color: rgb(100,65,204); }
div.DivClassName
{
background-color: #6441CC;
}
.BgClassName
{
background-color: #6441CC;
}
</style>
border-color css
<style>
span { border-color: #6441CC; }
span { border-color: rgb(100,65,204); }
td.TdClassName
{
border-color: #6441CC;
}
.TagClassName
{
border-color: #6441CC;
}
</style>