Shades of Purple Heart #603DC8
Tints of Purple Heart #603DC8
RGB
CMYK
RGB Variations
Color information
#603DC8 (or 0x603DC8) is known color: Purple Heart. HEX triplet: 60, 3D and C8. RGB value is (96,61,200). Sum of RGB (Red+Green+Blue) = 96+61+200=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 200 (78.52% from 255 or 56.02% from 357); Max value from RGB is 200 - color contains mainly: blue. Hex color #603DC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603DC8 is #9FC237. Grayscale: #565656. Windows color (decimal): -10469944 or 13122912. OLE color: 13122912.
HSL color Cylindrical-coordinate representation of color #603DC8: hue angle of 255.11º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #603DC8 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 61 | 200 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.22 |
| HSL | 255.11º | 0.56% | 0.51% | - |
| HSV(B) | 255.11º | 0.7% | 0.78% | - |
| XYZ | 16.92 | 9.99 | 55.68 | - |
| YUV | 87.31 | 191.6 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 200 | 0.52 | 0.69 | 0 | 0.22 | 255.11 | 0.56 | 0.51 |
| Hex | 60 | 3D | C8 | 34 | 45 | 0 | 16 | FF | 38 | 33 |
| Octal | 140 | 75 | 310 | 64 | 105 | 0 | 26 | 377 | 70 | 63 |
| Binary | 1100000 | 111101 | 11001000 | 110100 | 1000101 | 0 | 10110 | 11111111 | 111000 | 110011 |
Color Harmonies of #603DC8
Complementary color
Monochromatic Colors of #603DC8
Black with #603DC8
Text Example
Text Example
White with #603DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603DC8; }
p { color: rgb(96,61,200); }
H1.HeaderClassName
{
color: #603DC8;
}
.AnyTagClassName
{
color: #603DC8;
}
</style>
background-color css
<style>
a { background-color: #603DC8; }
a { background-color: rgb(96,61,200); }
div.DivClassName
{
background-color: #603DC8;
}
.BgClassName
{
background-color: #603DC8;
}
</style>
border-color css
<style>
span { border-color: #603DC8; }
span { border-color: rgb(96,61,200); }
td.TdClassName
{
border-color: #603DC8;
}
.TagClassName
{
border-color: #603DC8;
}
</style>