Shades of Purple Heart #600ACF
Tints of Purple Heart #600ACF
RGB
CMYK
RGB Variations
Color information
#600ACF (or 0x600ACF) is known color: Purple Heart. HEX triplet: 60, 0A and CF. RGB value is (96,10,207). Sum of RGB (Red+Green+Blue) = 96+10+207=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #600ACF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600ACF is #9FF530. Grayscale: #393939. Windows color (decimal): -10482993 or 13568608. OLE color: 13568608.
HSL color Cylindrical-coordinate representation of color #600ACF: hue angle of 266.19º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600ACF is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 10 | 207 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.19 |
| HSL | 266.19º | 0.91% | 0.43% | - |
| HSV(B) | 266.19º | 0.95% | 0.81% | - |
| XYZ | 16.19 | 7.21 | 59.57 | - |
| YUV | 58.17 | 211.99 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 10 | 207 | 0.54 | 0.95 | 0 | 0.19 | 266.19 | 0.91 | 0.43 |
| Hex | 60 | A | CF | 36 | 5F | 0 | 13 | 10A | 5B | 2B |
| Octal | 140 | 12 | 317 | 66 | 137 | 0 | 23 | 412 | 133 | 53 |
| Binary | 1100000 | 1010 | 11001111 | 110110 | 1011111 | 0 | 10011 | 100001010 | 1011011 | 101011 |
Color Harmonies of #600ACF
Complementary color
Monochromatic Colors of #600ACF
Black with #600ACF
Text Example
Text Example
White with #600ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600ACF; }
p { color: rgb(96,10,207); }
H1.HeaderClassName
{
color: #600ACF;
}
.AnyTagClassName
{
color: #600ACF;
}
</style>
background-color css
<style>
a { background-color: #600ACF; }
a { background-color: rgb(96,10,207); }
div.DivClassName
{
background-color: #600ACF;
}
.BgClassName
{
background-color: #600ACF;
}
</style>
border-color css
<style>
span { border-color: #600ACF; }
span { border-color: rgb(96,10,207); }
td.TdClassName
{
border-color: #600ACF;
}
.TagClassName
{
border-color: #600ACF;
}
</style>