Shades of Purple Heart #603DB5
Tints of Purple Heart #603DB5
RGB
CMYK
RGB Variations
Color information
#603DB5 (or 0x603DB5) is known color: Purple Heart. HEX triplet: 60, 3D and B5. RGB value is (96,61,181). Sum of RGB (Red+Green+Blue) = 96+61+181=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 181 (71.09% from 255 or 53.55% from 338); Max value from RGB is 181 - color contains mainly: blue. Hex color #603DB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603DB5 is #9FC24A. Grayscale: #545454. Windows color (decimal): -10469963 or 11877728. OLE color: 11877728.
HSL color Cylindrical-coordinate representation of color #603DB5: hue angle of 257.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #603DB5 is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 61 | 181 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.29 |
| HSL | 257.5º | 0.5% | 0.47% | - |
| HSV(B) | 257.5º | 0.66% | 0.71% | - |
| XYZ | 14.83 | 9.16 | 44.7 | - |
| YUV | 85.15 | 182.1 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 181 | 0.47 | 0.66 | 0 | 0.29 | 257.5 | 0.5 | 0.47 |
| Hex | 60 | 3D | B5 | 2F | 42 | 0 | 1D | 102 | 32 | 2F |
| Octal | 140 | 75 | 265 | 57 | 102 | 0 | 35 | 402 | 62 | 57 |
| Binary | 1100000 | 111101 | 10110101 | 101111 | 1000010 | 0 | 11101 | 100000010 | 110010 | 101111 |
Color Harmonies of #603DB5
Complementary color
Monochromatic Colors of #603DB5
Black with #603DB5
Text Example
Text Example
White with #603DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603DB5; }
p { color: rgb(96,61,181); }
H1.HeaderClassName
{
color: #603DB5;
}
.AnyTagClassName
{
color: #603DB5;
}
</style>
background-color css
<style>
a { background-color: #603DB5; }
a { background-color: rgb(96,61,181); }
div.DivClassName
{
background-color: #603DB5;
}
.BgClassName
{
background-color: #603DB5;
}
</style>
border-color css
<style>
span { border-color: #603DB5; }
span { border-color: rgb(96,61,181); }
td.TdClassName
{
border-color: #603DB5;
}
.TagClassName
{
border-color: #603DB5;
}
</style>