Shades of Purple Heart #651BCB
Tints of Purple Heart #651BCB
RGB
CMYK
RGB Variations
Color information
#651BCB (or 0x651BCB) is known color: Purple Heart. HEX triplet: 65, 1B and CB. RGB value is (101,27,203). Sum of RGB (Red+Green+Blue) = 101+27+203=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #651BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651BCB is #9AE434. Grayscale: #444444. Windows color (decimal): -10150965 or 13310821. OLE color: 13310821.
HSL color Cylindrical-coordinate representation of color #651BCB: hue angle of 265.23º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #651BCB is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 27 | 203 | - |
| CMYK | 0.50 | 0.87 | 0 | 0.20 |
| HSL | 265.23º | 0.77% | 0.45% | - |
| HSV(B) | 265.23º | 0.87% | 0.8% | - |
| XYZ | 16.54 | 7.86 | 57.15 | - |
| YUV | 69.19 | 203.52 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 27 | 203 | 0.50 | 0.87 | 0 | 0.20 | 265.23 | 0.77 | 0.45 |
| Hex | 65 | 1B | CB | 32 | 57 | 0 | 14 | 109 | 4D | 2D |
| Octal | 145 | 33 | 313 | 62 | 127 | 0 | 24 | 411 | 115 | 55 |
| Binary | 1100101 | 11011 | 11001011 | 110010 | 1010111 | 0 | 10100 | 100001001 | 1001101 | 101101 |
Color Harmonies of #651BCB
Complementary color
Monochromatic Colors of #651BCB
Black with #651BCB
Text Example
Text Example
White with #651BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651BCB; }
p { color: rgb(101,27,203); }
H1.HeaderClassName
{
color: #651BCB;
}
.AnyTagClassName
{
color: #651BCB;
}
</style>
background-color css
<style>
a { background-color: #651BCB; }
a { background-color: rgb(101,27,203); }
div.DivClassName
{
background-color: #651BCB;
}
.BgClassName
{
background-color: #651BCB;
}
</style>
border-color css
<style>
span { border-color: #651BCB; }
span { border-color: rgb(101,27,203); }
td.TdClassName
{
border-color: #651BCB;
}
.TagClassName
{
border-color: #651BCB;
}
</style>