Shades of Purple Heart #603DBF
Tints of Purple Heart #603DBF
RGB
CMYK
RGB Variations
Color information
#603DBF (or 0x603DBF) is known color: Purple Heart. HEX triplet: 60, 3D and BF. RGB value is (96,61,191). Sum of RGB (Red+Green+Blue) = 96+61+191=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #603DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603DBF is #9FC240. Grayscale: #555555. Windows color (decimal): -10469953 or 12533088. OLE color: 12533088.
HSL color Cylindrical-coordinate representation of color #603DBF: hue angle of 256.15º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #603DBF is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 61 | 191 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.25 |
| HSL | 256.15º | 0.52% | 0.49% | - |
| HSV(B) | 256.15º | 0.68% | 0.75% | - |
| XYZ | 15.9 | 9.59 | 50.3 | - |
| YUV | 86.29 | 187.1 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 191 | 0.50 | 0.68 | 0 | 0.25 | 256.15 | 0.52 | 0.49 |
| Hex | 60 | 3D | BF | 32 | 44 | 0 | 19 | 100 | 34 | 31 |
| Octal | 140 | 75 | 277 | 62 | 104 | 0 | 31 | 400 | 64 | 61 |
| Binary | 1100000 | 111101 | 10111111 | 110010 | 1000100 | 0 | 11001 | 100000000 | 110100 | 110001 |
Color Harmonies of #603DBF
Complementary color
Monochromatic Colors of #603DBF
Black with #603DBF
Text Example
Text Example
White with #603DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603DBF; }
p { color: rgb(96,61,191); }
H1.HeaderClassName
{
color: #603DBF;
}
.AnyTagClassName
{
color: #603DBF;
}
</style>
background-color css
<style>
a { background-color: #603DBF; }
a { background-color: rgb(96,61,191); }
div.DivClassName
{
background-color: #603DBF;
}
.BgClassName
{
background-color: #603DBF;
}
</style>
border-color css
<style>
span { border-color: #603DBF; }
span { border-color: rgb(96,61,191); }
td.TdClassName
{
border-color: #603DBF;
}
.TagClassName
{
border-color: #603DBF;
}
</style>