Shades of Purple Heart #6541CA
Tints of Purple Heart #6541CA
RGB
CMYK
RGB Variations
Color information
#6541CA (or 0x6541CA) is known color: Purple Heart. HEX triplet: 65, 41 and CA. RGB value is (101,65,202). Sum of RGB (Red+Green+Blue) = 101+65+202=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 202 (79.30% from 255 or 54.89% from 368); Max value from RGB is 202 - color contains mainly: blue. Hex color #6541CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6541CA is #9ABE35. Grayscale: #5A5A5A. Windows color (decimal): -10141238 or 13255013. OLE color: 13255013.
HSL color Cylindrical-coordinate representation of color #6541CA: hue angle of 255.77º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6541CA is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 65 | 202 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.21 |
| HSL | 255.77º | 0.56% | 0.52% | - |
| HSV(B) | 255.77º | 0.68% | 0.79% | - |
| XYZ | 17.92 | 10.81 | 57.02 | - |
| YUV | 91.38 | 190.43 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 65 | 202 | 0.50 | 0.68 | 0 | 0.21 | 255.77 | 0.56 | 0.52 |
| Hex | 65 | 41 | CA | 32 | 44 | 0 | 15 | 100 | 38 | 34 |
| Octal | 145 | 101 | 312 | 62 | 104 | 0 | 25 | 400 | 70 | 64 |
| Binary | 1100101 | 1000001 | 11001010 | 110010 | 1000100 | 0 | 10101 | 100000000 | 111000 | 110100 |
Color Harmonies of #6541CA
Complementary color
Monochromatic Colors of #6541CA
Black with #6541CA
Text Example
Text Example
White with #6541CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6541CA; }
p { color: rgb(101,65,202); }
H1.HeaderClassName
{
color: #6541CA;
}
.AnyTagClassName
{
color: #6541CA;
}
</style>
background-color css
<style>
a { background-color: #6541CA; }
a { background-color: rgb(101,65,202); }
div.DivClassName
{
background-color: #6541CA;
}
.BgClassName
{
background-color: #6541CA;
}
</style>
border-color css
<style>
span { border-color: #6541CA; }
span { border-color: rgb(101,65,202); }
td.TdClassName
{
border-color: #6541CA;
}
.TagClassName
{
border-color: #6541CA;
}
</style>