Shades of Purple Heart #6538BC
Tints of Purple Heart #6538BC
RGB
CMYK
RGB Variations
Color information
#6538BC (or 0x6538BC) is known color: Purple Heart. HEX triplet: 65, 38 and BC. RGB value is (101,56,188). Sum of RGB (Red+Green+Blue) = 101+56+188=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #6538BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6538BC is #9AC743. Grayscale: #545454. Windows color (decimal): -10143556 or 12335205. OLE color: 12335205.
HSL color Cylindrical-coordinate representation of color #6538BC: hue angle of 260.45º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6538BC is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 56 | 188 | - |
| CMYK | 0.46 | 0.70 | 0 | 0.26 |
| HSL | 260.45º | 0.54% | 0.48% | - |
| HSV(B) | 260.45º | 0.7% | 0.74% | - |
| XYZ | 15.86 | 9.23 | 48.52 | - |
| YUV | 84.5 | 186.41 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 56 | 188 | 0.46 | 0.70 | 0 | 0.26 | 260.45 | 0.54 | 0.48 |
| Hex | 65 | 38 | BC | 2E | 46 | 0 | 1A | 104 | 36 | 30 |
| Octal | 145 | 70 | 274 | 56 | 106 | 0 | 32 | 404 | 66 | 60 |
| Binary | 1100101 | 111000 | 10111100 | 101110 | 1000110 | 0 | 11010 | 100000100 | 110110 | 110000 |
Color Harmonies of #6538BC
Complementary color
Monochromatic Colors of #6538BC
Black with #6538BC
Text Example
Text Example
White with #6538BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6538BC; }
p { color: rgb(101,56,188); }
H1.HeaderClassName
{
color: #6538BC;
}
.AnyTagClassName
{
color: #6538BC;
}
</style>
background-color css
<style>
a { background-color: #6538BC; }
a { background-color: rgb(101,56,188); }
div.DivClassName
{
background-color: #6538BC;
}
.BgClassName
{
background-color: #6538BC;
}
</style>
border-color css
<style>
span { border-color: #6538BC; }
span { border-color: rgb(101,56,188); }
td.TdClassName
{
border-color: #6538BC;
}
.TagClassName
{
border-color: #6538BC;
}
</style>