Shades of Purple Heart #652FB6
Tints of Purple Heart #652FB6
RGB
CMYK
RGB Variations
Color information
#652FB6 (or 0x652FB6) is known color: Purple Heart. HEX triplet: 65, 2F and B6. RGB value is (101,47,182). Sum of RGB (Red+Green+Blue) = 101+47+182=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 182 (71.48% from 255 or 55.15% from 330); Max value from RGB is 182 - color contains mainly: blue. Hex color #652FB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652FB6 is #9AD049. Grayscale: #4E4E4E. Windows color (decimal): -10145866 or 11939685. OLE color: 11939685.
HSL color Cylindrical-coordinate representation of color #652FB6: hue angle of 264º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #652FB6 is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 47 | 182 | - |
| CMYK | 0.45 | 0.74 | 0 | 0.29 |
| HSL | 264º | 0.59% | 0.45% | - |
| HSV(B) | 264º | 0.74% | 0.71% | - |
| XYZ | 14.83 | 8.18 | 45.05 | - |
| YUV | 78.54 | 186.39 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 47 | 182 | 0.45 | 0.74 | 0 | 0.29 | 264 | 0.59 | 0.45 |
| Hex | 65 | 2F | B6 | 2D | 4A | 0 | 1D | 108 | 3B | 2D |
| Octal | 145 | 57 | 266 | 55 | 112 | 0 | 35 | 410 | 73 | 55 |
| Binary | 1100101 | 101111 | 10110110 | 101101 | 1001010 | 0 | 11101 | 100001000 | 111011 | 101101 |
Color Harmonies of #652FB6
Complementary color
Monochromatic Colors of #652FB6
Black with #652FB6
Text Example
Text Example
White with #652FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652FB6; }
p { color: rgb(101,47,182); }
H1.HeaderClassName
{
color: #652FB6;
}
.AnyTagClassName
{
color: #652FB6;
}
</style>
background-color css
<style>
a { background-color: #652FB6; }
a { background-color: rgb(101,47,182); }
div.DivClassName
{
background-color: #652FB6;
}
.BgClassName
{
background-color: #652FB6;
}
</style>
border-color css
<style>
span { border-color: #652FB6; }
span { border-color: rgb(101,47,182); }
td.TdClassName
{
border-color: #652FB6;
}
.TagClassName
{
border-color: #652FB6;
}
</style>