Shades of Purple Heart #651EC6
Tints of Purple Heart #651EC6
RGB
CMYK
RGB Variations
Color information
#651EC6 (or 0x651EC6) is known color: Purple Heart. HEX triplet: 65, 1E and C6. RGB value is (101,30,198). Sum of RGB (Red+Green+Blue) = 101+30+198=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 198 (77.73% from 255 or 60.18% from 329); Max value from RGB is 198 - color contains mainly: blue. Hex color #651EC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651EC6 is #9AE139. Grayscale: #454545. Windows color (decimal): -10150202 or 12983909. OLE color: 12983909.
HSL color Cylindrical-coordinate representation of color #651EC6: hue angle of 265.36º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #651EC6 is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 30 | 198 | - |
| CMYK | 0.49 | 0.85 | 0 | 0.22 |
| HSL | 265.36º | 0.74% | 0.45% | - |
| HSV(B) | 265.36º | 0.85% | 0.78% | - |
| XYZ | 16.02 | 7.77 | 54.08 | - |
| YUV | 70.38 | 200.02 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 30 | 198 | 0.49 | 0.85 | 0 | 0.22 | 265.36 | 0.74 | 0.45 |
| Hex | 65 | 1E | C6 | 31 | 55 | 0 | 16 | 109 | 4A | 2D |
| Octal | 145 | 36 | 306 | 61 | 125 | 0 | 26 | 411 | 112 | 55 |
| Binary | 1100101 | 11110 | 11000110 | 110001 | 1010101 | 0 | 10110 | 100001001 | 1001010 | 101101 |
Color Harmonies of #651EC6
Complementary color
Monochromatic Colors of #651EC6
Black with #651EC6
Text Example
Text Example
White with #651EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651EC6; }
p { color: rgb(101,30,198); }
H1.HeaderClassName
{
color: #651EC6;
}
.AnyTagClassName
{
color: #651EC6;
}
</style>
background-color css
<style>
a { background-color: #651EC6; }
a { background-color: rgb(101,30,198); }
div.DivClassName
{
background-color: #651EC6;
}
.BgClassName
{
background-color: #651EC6;
}
</style>
border-color css
<style>
span { border-color: #651EC6; }
span { border-color: rgb(101,30,198); }
td.TdClassName
{
border-color: #651EC6;
}
.TagClassName
{
border-color: #651EC6;
}
</style>