Shades of Purple Heart #6541CF
Tints of Purple Heart #6541CF
RGB
CMYK
RGB Variations
Color information
#6541CF (or 0x6541CF) is known color: Purple Heart. HEX triplet: 65, 41 and CF. RGB value is (101,65,207). Sum of RGB (Red+Green+Blue) = 101+65+207=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #6541CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6541CF is #9ABE30. Grayscale: #5B5B5B. Windows color (decimal): -10141233 or 13582693. OLE color: 13582693.
HSL color Cylindrical-coordinate representation of color #6541CF: hue angle of 255.21º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6541CF is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 65 | 207 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.19 |
| HSL | 255.21º | 0.6% | 0.53% | - |
| HSV(B) | 255.21º | 0.69% | 0.81% | - |
| XYZ | 18.52 | 11.05 | 60.19 | - |
| YUV | 91.95 | 192.93 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 65 | 207 | 0.51 | 0.69 | 0 | 0.19 | 255.21 | 0.6 | 0.53 |
| Hex | 65 | 41 | CF | 33 | 45 | 0 | 13 | FF | 3C | 35 |
| Octal | 145 | 101 | 317 | 63 | 105 | 0 | 23 | 377 | 74 | 65 |
| Binary | 1100101 | 1000001 | 11001111 | 110011 | 1000101 | 0 | 10011 | 11111111 | 111100 | 110101 |
Color Harmonies of #6541CF
Complementary color
Monochromatic Colors of #6541CF
Black with #6541CF
Text Example
Text Example
White with #6541CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6541CF; }
p { color: rgb(101,65,207); }
H1.HeaderClassName
{
color: #6541CF;
}
.AnyTagClassName
{
color: #6541CF;
}
</style>
background-color css
<style>
a { background-color: #6541CF; }
a { background-color: rgb(101,65,207); }
div.DivClassName
{
background-color: #6541CF;
}
.BgClassName
{
background-color: #6541CF;
}
</style>
border-color css
<style>
span { border-color: #6541CF; }
span { border-color: rgb(101,65,207); }
td.TdClassName
{
border-color: #6541CF;
}
.TagClassName
{
border-color: #6541CF;
}
</style>