Shades of Purple Heart #640CB0
Tints of Purple Heart #640CB0
RGB
CMYK
RGB Variations
Color information
#640CB0 (or 0x640CB0) is known color: Purple Heart. HEX triplet: 64, 0C and B0. RGB value is (100,12,176). Sum of RGB (Red+Green+Blue) = 100+12+176=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 176 (69.14% from 255 or 61.11% from 288); Max value from RGB is 176 - color contains mainly: blue. Hex color #640CB0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640CB0 is #9BF34F. Grayscale: #383838. Windows color (decimal): -10220368 or 11537508. OLE color: 11537508.
HSL color Cylindrical-coordinate representation of color #640CB0: hue angle of 272.2º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #640CB0 is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 12 | 176 | - |
| CMYK | 0.43 | 0.93 | 0 | 0.31 |
| HSL | 272.2º | 0.87% | 0.37% | - |
| HSV(B) | 272.2º | 0.93% | 0.69% | - |
| XYZ | 13.22 | 6.11 | 41.56 | - |
| YUV | 57.01 | 195.15 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 12 | 176 | 0.43 | 0.93 | 0 | 0.31 | 272.2 | 0.87 | 0.37 |
| Hex | 64 | C | B0 | 2B | 5D | 0 | 1F | 110 | 57 | 25 |
| Octal | 144 | 14 | 260 | 53 | 135 | 0 | 37 | 420 | 127 | 45 |
| Binary | 1100100 | 1100 | 10110000 | 101011 | 1011101 | 0 | 11111 | 100010000 | 1010111 | 100101 |
Color Harmonies of #640CB0
Complementary color
Monochromatic Colors of #640CB0
Black with #640CB0
Text Example
Text Example
White with #640CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640CB0; }
p { color: rgb(100,12,176); }
H1.HeaderClassName
{
color: #640CB0;
}
.AnyTagClassName
{
color: #640CB0;
}
</style>
background-color css
<style>
a { background-color: #640CB0; }
a { background-color: rgb(100,12,176); }
div.DivClassName
{
background-color: #640CB0;
}
.BgClassName
{
background-color: #640CB0;
}
</style>
border-color css
<style>
span { border-color: #640CB0; }
span { border-color: rgb(100,12,176); }
td.TdClassName
{
border-color: #640CB0;
}
.TagClassName
{
border-color: #640CB0;
}
</style>