Shades of Purple Heart #653CB3
Tints of Purple Heart #653CB3
RGB
CMYK
RGB Variations
Color information
#653CB3 (or 0x653CB3) is known color: Purple Heart. HEX triplet: 65, 3C and B3. RGB value is (101,60,179). Sum of RGB (Red+Green+Blue) = 101+60+179=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 179 (70.31% from 255 or 52.65% from 340); Max value from RGB is 179 - color contains mainly: blue. Hex color #653CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653CB3 is #9AC34C. Grayscale: #555555. Windows color (decimal): -10142541 or 11746405. OLE color: 11746405.
HSL color Cylindrical-coordinate representation of color #653CB3: hue angle of 260.67º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #653CB3 is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 60 | 179 | - |
| CMYK | 0.44 | 0.66 | 0 | 0.30 |
| HSL | 260.67º | 0.5% | 0.47% | - |
| HSV(B) | 260.67º | 0.66% | 0.7% | - |
| XYZ | 15.12 | 9.25 | 43.64 | - |
| YUV | 85.83 | 180.58 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 179 | 0.44 | 0.66 | 0 | 0.30 | 260.67 | 0.5 | 0.47 |
| Hex | 65 | 3C | B3 | 2C | 42 | 0 | 1E | 105 | 32 | 2F |
| Octal | 145 | 74 | 263 | 54 | 102 | 0 | 36 | 405 | 62 | 57 |
| Binary | 1100101 | 111100 | 10110011 | 101100 | 1000010 | 0 | 11110 | 100000101 | 110010 | 101111 |
Color Harmonies of #653CB3
Complementary color
Monochromatic Colors of #653CB3
Black with #653CB3
Text Example
Text Example
White with #653CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653CB3; }
p { color: rgb(101,60,179); }
H1.HeaderClassName
{
color: #653CB3;
}
.AnyTagClassName
{
color: #653CB3;
}
</style>
background-color css
<style>
a { background-color: #653CB3; }
a { background-color: rgb(101,60,179); }
div.DivClassName
{
background-color: #653CB3;
}
.BgClassName
{
background-color: #653CB3;
}
</style>
border-color css
<style>
span { border-color: #653CB3; }
span { border-color: rgb(101,60,179); }
td.TdClassName
{
border-color: #653CB3;
}
.TagClassName
{
border-color: #653CB3;
}
</style>