Shades of Purple Heart #603DBD
Tints of Purple Heart #603DBD
RGB
CMYK
RGB Variations
Color information
#603DBD (or 0x603DBD) is known color: Purple Heart. HEX triplet: 60, 3D and BD. RGB value is (96,61,189). Sum of RGB (Red+Green+Blue) = 96+61+189=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #603DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603DBD is #9FC242. Grayscale: #555555. Windows color (decimal): -10469955 or 12402016. OLE color: 12402016.
HSL color Cylindrical-coordinate representation of color #603DBD: hue angle of 256.41º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #603DBD is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 61 | 189 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.26 |
| HSL | 256.41º | 0.51% | 0.49% | - |
| HSV(B) | 256.41º | 0.68% | 0.74% | - |
| XYZ | 15.68 | 9.5 | 49.15 | - |
| YUV | 86.06 | 186.1 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 189 | 0.49 | 0.68 | 0 | 0.26 | 256.41 | 0.51 | 0.49 |
| Hex | 60 | 3D | BD | 31 | 44 | 0 | 1A | 100 | 33 | 31 |
| Octal | 140 | 75 | 275 | 61 | 104 | 0 | 32 | 400 | 63 | 61 |
| Binary | 1100000 | 111101 | 10111101 | 110001 | 1000100 | 0 | 11010 | 100000000 | 110011 | 110001 |
Color Harmonies of #603DBD
Complementary color
Monochromatic Colors of #603DBD
Black with #603DBD
Text Example
Text Example
White with #603DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603DBD; }
p { color: rgb(96,61,189); }
H1.HeaderClassName
{
color: #603DBD;
}
.AnyTagClassName
{
color: #603DBD;
}
</style>
background-color css
<style>
a { background-color: #603DBD; }
a { background-color: rgb(96,61,189); }
div.DivClassName
{
background-color: #603DBD;
}
.BgClassName
{
background-color: #603DBD;
}
</style>
border-color css
<style>
span { border-color: #603DBD; }
span { border-color: rgb(96,61,189); }
td.TdClassName
{
border-color: #603DBD;
}
.TagClassName
{
border-color: #603DBD;
}
</style>