Shades of Purple Heart #613FCB
Tints of Purple Heart #613FCB
RGB
CMYK
RGB Variations
Color information
#613FCB (or 0x613FCB) is known color: Purple Heart. HEX triplet: 61, 3F and CB. RGB value is (97,63,203). Sum of RGB (Red+Green+Blue) = 97+63+203=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #613FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613FCB is #9EC034. Grayscale: #585858. Windows color (decimal): -10403893 or 13320033. OLE color: 13320033.
HSL color Cylindrical-coordinate representation of color #613FCB: hue angle of 254.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #613FCB is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 63 | 203 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.20 |
| HSL | 254.57º | 0.57% | 0.52% | - |
| HSV(B) | 254.57º | 0.69% | 0.8% | - |
| XYZ | 17.49 | 10.41 | 57.59 | - |
| YUV | 89.13 | 192.26 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 203 | 0.52 | 0.69 | 0 | 0.20 | 254.57 | 0.57 | 0.52 |
| Hex | 61 | 3F | CB | 34 | 45 | 0 | 14 | FF | 39 | 34 |
| Octal | 141 | 77 | 313 | 64 | 105 | 0 | 24 | 377 | 71 | 64 |
| Binary | 1100001 | 111111 | 11001011 | 110100 | 1000101 | 0 | 10100 | 11111111 | 111001 | 110100 |
Color Harmonies of #613FCB
Complementary color
Monochromatic Colors of #613FCB
Black with #613FCB
Text Example
Text Example
White with #613FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613FCB; }
p { color: rgb(97,63,203); }
H1.HeaderClassName
{
color: #613FCB;
}
.AnyTagClassName
{
color: #613FCB;
}
</style>
background-color css
<style>
a { background-color: #613FCB; }
a { background-color: rgb(97,63,203); }
div.DivClassName
{
background-color: #613FCB;
}
.BgClassName
{
background-color: #613FCB;
}
</style>
border-color css
<style>
span { border-color: #613FCB; }
span { border-color: rgb(97,63,203); }
td.TdClassName
{
border-color: #613FCB;
}
.TagClassName
{
border-color: #613FCB;
}
</style>