Shades of Purple Heart #6540C4
Tints of Purple Heart #6540C4
RGB
CMYK
RGB Variations
Color information
#6540C4 (or 0x6540C4) is known color: Purple Heart. HEX triplet: 65, 40 and C4. RGB value is (101,64,196). Sum of RGB (Red+Green+Blue) = 101+64+196=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 196 (76.95% from 255 or 54.29% from 361); Max value from RGB is 196 - color contains mainly: blue. Hex color #6540C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6540C4 is #9ABF3B. Grayscale: #595959. Windows color (decimal): -10141500 or 12861541. OLE color: 12861541.
HSL color Cylindrical-coordinate representation of color #6540C4: hue angle of 256.82º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6540C4 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 101 | 64 | 196 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.23 |
| HSL | 256.82º | 0.53% | 0.51% | - |
| HSV(B) | 256.82º | 0.67% | 0.77% | - |
| XYZ | 17.16 | 10.42 | 53.33 | - |
| YUV | 90.11 | 187.76 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 64 | 196 | 0.48 | 0.67 | 0 | 0.23 | 256.82 | 0.53 | 0.51 |
| Hex | 65 | 40 | C4 | 30 | 43 | 0 | 17 | 101 | 35 | 33 |
| Octal | 145 | 100 | 304 | 60 | 103 | 0 | 27 | 401 | 65 | 63 |
| Binary | 1100101 | 1000000 | 11000100 | 110000 | 1000011 | 0 | 10111 | 100000001 | 110101 | 110011 |
Color Harmonies of #6540C4
Complementary color
Monochromatic Colors of #6540C4
Black with #6540C4
Text Example
Text Example
White with #6540C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6540C4; }
p { color: rgb(101,64,196); }
H1.HeaderClassName
{
color: #6540C4;
}
.AnyTagClassName
{
color: #6540C4;
}
</style>
background-color css
<style>
a { background-color: #6540C4; }
a { background-color: rgb(101,64,196); }
div.DivClassName
{
background-color: #6540C4;
}
.BgClassName
{
background-color: #6540C4;
}
</style>
border-color css
<style>
span { border-color: #6540C4; }
span { border-color: rgb(101,64,196); }
td.TdClassName
{
border-color: #6540C4;
}
.TagClassName
{
border-color: #6540C4;
}
</style>