Shades of Purple Heart #603ACF
Tints of Purple Heart #603ACF
RGB
CMYK
RGB Variations
Color information
#603ACF (or 0x603ACF) is known color: Purple Heart. HEX triplet: 60, 3A and CF. RGB value is (96,58,207). Sum of RGB (Red+Green+Blue) = 96+58+207=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #603ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603ACF is #9FC530. Grayscale: #555555. Windows color (decimal): -10470705 or 13580896. OLE color: 13580896.
HSL color Cylindrical-coordinate representation of color #603ACF: hue angle of 255.3º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #603ACF is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 58 | 207 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.19 |
| HSL | 255.3º | 0.61% | 0.52% | - |
| HSV(B) | 255.3º | 0.72% | 0.81% | - |
| XYZ | 17.6 | 10.02 | 60.04 | - |
| YUV | 86.35 | 196.09 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 58 | 207 | 0.54 | 0.72 | 0 | 0.19 | 255.3 | 0.61 | 0.52 |
| Hex | 60 | 3A | CF | 36 | 48 | 0 | 13 | FF | 3D | 34 |
| Octal | 140 | 72 | 317 | 66 | 110 | 0 | 23 | 377 | 75 | 64 |
| Binary | 1100000 | 111010 | 11001111 | 110110 | 1001000 | 0 | 10011 | 11111111 | 111101 | 110100 |
Color Harmonies of #603ACF
Complementary color
Monochromatic Colors of #603ACF
Black with #603ACF
Text Example
Text Example
White with #603ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603ACF; }
p { color: rgb(96,58,207); }
H1.HeaderClassName
{
color: #603ACF;
}
.AnyTagClassName
{
color: #603ACF;
}
</style>
background-color css
<style>
a { background-color: #603ACF; }
a { background-color: rgb(96,58,207); }
div.DivClassName
{
background-color: #603ACF;
}
.BgClassName
{
background-color: #603ACF;
}
</style>
border-color css
<style>
span { border-color: #603ACF; }
span { border-color: rgb(96,58,207); }
td.TdClassName
{
border-color: #603ACF;
}
.TagClassName
{
border-color: #603ACF;
}
</style>